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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Allow to build without exporting symbols
Mike Hommey
2012-11-25
2
-0/+12
|
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
5
-36/+50
*
|
Merge branch 'dev'
3.2.0
Jason Evans
2012-11-09
7
-276/+421
|
\
\
|
|
/
|
*
Update ChangeLog for 3.2.0.
Jason Evans
2012-11-09
1
-2/+6
|
*
Tweak chunk purge order according to fragmentation.
Jason Evans
2012-11-07
1
-11/+34
|
*
document what stats.active does not track
Jan Beich
2012-11-07
1
-2/+4
|
*
Don't register jemalloc's zone allocator if something else already replaced t...
Mike Hommey
2012-11-07
1
-1/+11
|
*
Purge unused dirty pages in a fragmentation-reducing order.
Jason Evans
2012-11-06
4
-221/+337
|
*
Fix deadlock in the arenas.purge mallctl.
Jason Evans
2012-11-04
1
-26/+22
|
*
Fix dss/mmap allocation precedence code.
Jason Evans
2012-10-17
2
-26/+20
*
|
Merge branch 'dev'
3.1.0
Jason Evans
2012-10-16
35
-333/+1216
|
\
\
|
|
/
|
*
Update ChangeLog for 3.1.0.
Jason Evans
2012-10-16
1
-1/+12
|
*
Add ctl_mutex proection to arena_i_dss_ctl().
Jason Evans
2012-10-15
1
-0/+2
|
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
23
-240/+905
|
*
mark _pthread_mutex_init_calloc_cb as public explicitly
Jan Beich
2012-10-10
1
-1/+1
|
*
Make malloc_usable_size() implementation consistent with prototype.
Jason Evans
2012-10-09
1
-1/+1
|
*
Drop const from malloc_usable_size() argument on Linux.
Jason Evans
2012-10-09
3
-1/+14
|
*
Fix fork(2)-related mutex acquisition order.
Jason Evans
2012-10-09
1
-3/+3
|
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
10
-3/+175
|
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
5
-41/+48
|
*
Fix error return value in thread_tcache_enabled_ctl().
Jason Evans
2012-10-08
1
-1/+1
|
*
If sysconf() fails, the number of CPUs is reported as UINT_MAX, not 1 as it s...
Corey Richardson
2012-10-08
1
-3/+4
|
*
Remove unused variable and branch (reported by clang-analzyer)
Corey Richardson
2012-10-08
1
-5/+0
|
*
Define LG_QUANTUM for hppa.
Jason Evans
2012-10-08
1
-0/+3
|
*
Remove const from __*_hook variable declarations.
Jason Evans
2012-05-23
2
-5/+6
|
*
Update a comment.
Jason Evans
2012-05-16
1
-1/+1
|
*
Disable tcache by default if running inside Valgrind.
Jason Evans
2012-05-16
3
-1/+8
|
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
4
-30/+31
|
*
Fix heap profiling crash for realloc(p, 0) case.
Jason Evans
2012-05-15
2
-1/+6
*
|
Merge branch 'dev'
3.0.0
Jason Evans
2012-05-12
74
-8056/+10840
|
\
\
|
|
/
|
*
Update ChangeLog for 3.0.0.
Jason Evans
2012-05-12
1
-4/+6
|
*
Return early in _malloc_{pre,post}fork() if uninitialized.
Jason Evans
2012-05-12
1
-0/+14
|
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
3
-30/+29
|
*
Add arena chunk map assertions.
Jason Evans
2012-05-11
1
-15/+30
|
*
Refactor arena_run_alloc().
Jason Evans
2012-05-11
1
-34/+24
|
*
Update a comment.
Jason Evans
2012-05-10
1
-9/+9
|
*
Generalize "stats.mapped" documentation.
Jason Evans
2012-05-10
1
-2/+2
|
*
Export je_memalign and je_valloc
Mike Hommey
2012-05-09
1
-0/+9
|
*
Remove -fno-common compiler flag for OS X.
Mike Hommey
2012-05-09
1
-1/+1
|
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
7
-17/+64
|
*
Fix chunk_recycle() to stop leaking trailing chunks.
Jason Evans
2012-05-09
1
-40/+38
|
*
Fix chunk_alloc_mmap() bugs.
Jason Evans
2012-05-09
2
-35/+11
|
*
Fix a base allocator deadlock.
Jason Evans
2012-05-03
1
-3/+14
|
*
Don't use sizeof() on a VARIABLE_ARRAY
Mike Hommey
2012-05-02
1
-2/+2
|
*
Use "standard" printf prefixes instead of MSVC ones in inttypes.h
Mike Hommey
2012-05-02
1
-51/+59
|
*
Use "hardcoded" dependencies when compiler doesn't support -MM
Mike Hommey
2012-05-02
2
-0/+17
|
*
Allow je_malloc_message to be overridden when linking statically
Mike Hommey
2012-05-02
2
-19/+14
|
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
3
-38/+74
|
*
Check for VALGRIND_RESIZEINPLACE_BLOCK support
Mike Hommey
2012-05-02
1
-4/+1
|
*
Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.
Jason Evans
2012-05-02
1
-5/+5
[prev]
[next]