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
...
*
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
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
6
-14/+15
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
2
-4/+16
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
4
-35/+123
*
Fix arena reset effects on large/huge stats.
Jason Evans
2016-04-25
1
-5/+24
*
Fix arena_choose_hard() regression.
Jason Evans
2016-04-23
1
-1/+1
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
2
-37/+224
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
8
-112/+145
*
Reduce a variable scope.
Jason Evans
2016-04-22
1
-2/+1
*
Update private_symbols.txt.
Jason Evans
2016-04-18
2
-14/+14
*
Fix style nits.
Jason Evans
2016-04-17
1
-1/+1
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
1
-10/+0
*
Convert base_mtx locking protocol comments to assertions.
Jason Evans
2016-04-17
1
-10/+12
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
14
-1083/+1452
*
Fix 64-to-32 conversion warnings in 32-bit mode
rustyx
2016-04-12
1
-11/+15
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-04-12
1
-1/+1
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
2
-2/+2
[prev]
[next]