index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for LinuxThreads.
Leonard Crestez
2013-10-25
1
-0/+37
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
1
-6/+6
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-2/+2
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
2
-25/+43
*
Fix inlining warning.
Jason Evans
2013-10-20
1
-0/+12
*
Add aarch64 LG_QUANTUM size definition
Riku Voipio
2013-05-07
1
-0/+3
*
Add no-op bodies to VALGRIND_*() macro stubs.
Jason Evans
2013-03-06
1
-9/+11
*
fix building for s390 systems
Mike Frysinger
2013-03-06
1
-1/+1
*
Fix a prof-related locking order bug.
Jason Evans
2013-02-06
1
-13/+20
*
Fix Valgrind integration.
Jason Evans
2013-02-01
2
-2/+3
*
Fix potential TLS-related memory corruption.
Jason Evans
2013-01-31
3
-8/+55
*
Specify 'inline' in addition to always_inline attribute.
Jason Evans
2013-01-23
1
-1/+1
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
4
-40/+315
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
3
-48/+56
*
Tighten valgrind integration.
Jason Evans
2013-01-22
1
-0/+2
*
Fix build break on *BSD
Garrett Cooper
2012-12-24
2
-1/+10
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
2
-1/+43
*
Purge unused dirty pages in a fragmentation-reducing order.
Jason Evans
2012-11-06
1
-29/+24
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
8
-35/+145
*
Drop const from malloc_usable_size() argument on Linux.
Jason Evans
2012-10-09
2
-1/+11
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
5
-0/+31
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
2
-1/+4
*
Define LG_QUANTUM for hppa.
Jason Evans
2012-10-08
1
-0/+3
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-0/+1
*
Fix heap profiling crash for realloc(p, 0) case.
Jason Evans
2012-05-15
1
-1/+1
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
1
-5/+10
*
Update a comment.
Jason Evans
2012-05-10
1
-9/+9
*
Export je_memalign and je_valloc
Mike Hommey
2012-05-09
1
-0/+9
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
2
-6/+16
*
Use "standard" printf prefixes instead of MSVC ones in inttypes.h
Mike Hommey
2012-05-02
1
-51/+59
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
2
-34/+69
*
Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.
Jason Evans
2012-05-02
1
-5/+5
*
Update private namespace mangling.
Jason Evans
2012-05-02
1
-12/+11
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
1
-11/+1
*
Make CACHELINE a raw constant.
Jason Evans
2012-05-02
1
-1/+4
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
4
-134/+320
*
Add support for MSVC
Mike Hommey
2012-05-01
7
-4/+94
*
Import msinttypes
Mike Hommey
2012-05-01
2
-0/+552
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
3
-28/+37
*
Few configure.ac adjustments
Mike Hommey
2012-05-01
1
-2/+2
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
2
-3/+37
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
2
-1/+16
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-5/+7
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-3/+15
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-1/+3
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-6/+6
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-12/+15
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
2
-9/+35
*
Remove unused #includes
Mike Hommey
2012-04-22
1
-2/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
3
-13/+125
[next]