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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert opt_abort and opt_junk refactoring.
Jason Evans
2013-01-23
1
-2/+14
*
Use config_* instead of JEMALLOC_*.
Jason Evans
2013-01-22
2
-14/+4
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
2
-88/+21
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
1
-3/+3
*
Tighten valgrind integration.
Jason Evans
2013-01-22
2
-22/+29
*
Avoid validating freshly mapped memory.
Jason Evans
2013-01-22
1
-17/+17
*
Don't mangle errno with free(3) if utrace(2) fails
Garrett Cooper
2012-12-24
1
-0/+2
*
Add clipping support to lg_chunk option processing.
Jason Evans
2012-12-23
1
-19/+23
*
Fix chunk_recycle() Valgrind integration.
Jason Evans
2012-12-12
1
-3/+2
*
Fix "arenas.extend" mallctl to return the number of arenas.
Jason Evans
2012-11-30
1
-9/+11
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
3
-35/+7
*
Tweak chunk purge order according to fragmentation.
Jason Evans
2012-11-07
1
-11/+34
*
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
1
-191/+307
*
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
1
-26/+14
*
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
9
-189/+603
*
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
*
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
5
-3/+144
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
3
-40/+44
*
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
*
Remove const from __*_hook variable declarations.
Jason Evans
2012-05-23
1
-5/+4
*
Update a comment.
Jason Evans
2012-05-16
1
-1/+1
*
Disable tcache by default if running inside Valgrind.
Jason Evans
2012-05-16
1
-0/+2
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-14/+15
*
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
1
-25/+18
*
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
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
2
-1/+4
*
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
*
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
1
-4/+5
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
1
-0/+11
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
3
-254/+294
*
Add support for MSVC
Mike Hommey
2012-05-01
2
-2/+17
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
5
-54/+19
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
4
-19/+20
*
Remove the VOID macro
Mike Hommey
2012-04-30
1
-6/+2
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
4
-13/+15
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-2/+2
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-17/+37
[next]