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
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
3
-6/+8
*
Fix run leak.
Jason Evans
2016-11-07
1
-5/+7
*
Fix arena data structure size calculation.
Jason Evans
2016-11-04
1
-2/+2
*
Fix large allocation to search optimal size class heap.
Jason Evans
2016-11-04
1
-1/+1
*
Fix chunk_alloc_cache() to support decommitted allocation.
Jason Evans
2016-11-04
2
-11/+13
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
2
-4/+4
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+2
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
1
-85/+107
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
1
-377/+854
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-2/+2
*
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
*
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1/+1
*
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-29
1
-1/+5
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
1
-0/+31
*
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
6
-73/+79
*
Make dss operations lockless.
Jason Evans
2016-10-13
6
-127/+118
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
3
-2/+10
*
Disallow 0x5a junk filling when running in Valgrind.
Jason Evans
2016-10-13
1
-6/+28
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
1
-51/+58
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-4/+39
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
1
-38/+38
*
Refine nstime_update().
Jason Evans
2016-10-10
1
-27/+49
*
Simplify run quantization.
Jason Evans
2016-10-06
2
-153/+30
*
Refactor runs_avail.
Jason Evans
2016-10-05
2
-41/+37
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-10-04
2
-4/+4
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-10-04
2
-7/+7
*
Close file descriptor after reading "/proc/sys/vm/overcommit_memory".
Jason Evans
2016-09-26
1
-0/+1
*
Formatting fixes.
Jason Evans
2016-09-26
1
-9/+12
*
Change how the default zone is found
Mike Hommey
2016-09-26
1
-2/+31
*
Fix a valgrind regression in chunk_recycle()
Elliot Ronaghan
2016-09-26
1
-1/+2
*
Fix arena_bind().
Qi Wang
2016-09-23
1
-6/+7
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-08
1
-3/+3
*
Fix opt_zero-triggered in-place huge reallocation zeroing.
Jason Evans
2016-06-08
1
-5/+5
*
Fix a Valgrind regression in chunk_alloc_wrapper().
Elliot Ronaghan
2016-06-07
1
-2/+4
*
Fix a Valgrind regression in calloc().
Elliot Ronaghan
2016-06-07
1
-1/+1
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
2
-2/+2
*
Fix mixed decl in nstime.c
Elliot Ronaghan
2016-06-07
1
-3/+5
*
Propagate tsdn to default chunk hooks.
Jason Evans
2016-06-07
1
-20/+62
*
Guard tsdn_tsd() call with tsdn_null() check.
Jason Evans
2016-05-11
1
-2/+2
*
Mangle tested functions as n_witness_* rather than witness_*_impl.
Jason Evans
2016-05-11
1
-9/+8
*
Optimize witness fast path.
Jason Evans
2016-05-11
1
-118/+4
*
Fix chunk accounting related to triggering gdump profiles.
Jason Evans
2016-05-11
1
-0/+15
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
14
-1196/+1257
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-27/+31
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
3
-188/+116
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
3
-25/+102
*
Scale leak report summary according to sampling probability.
Jason Evans
2016-05-04
1
-18/+38
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
4
-6/+30
[next]