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
...
*
Add/use chunk_split_wrapper().
Jason Evans
2016-06-03
3
-484/+528
*
Add/use chunk_merge_wrapper().
Jason Evans
2016-06-03
3
-92/+97
*
Add/use chunk_commit_wrapper().
Jason Evans
2016-06-03
2
-30/+40
*
Add/use chunk_decommit_wrapper().
Jason Evans
2016-06-03
2
-7/+16
*
Merge chunk_alloc_base() into its only caller.
Jason Evans
2016-06-03
2
-21/+9
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
4
-77/+158
*
Use rtree rather than [sz]ad trees for chunk split/coalesce operations.
Jason Evans
2016-06-03
3
-166/+221
*
Remove redundant chunk argument from chunk_{,de,re}register().
Jason Evans
2016-06-03
3
-20/+22
*
Fix opt_zero-triggered in-place huge reallocation zeroing.
Jason Evans
2016-06-03
1
-4/+4
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
4
-11/+11
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
4
-11/+12
*
Set/unset rtree node for last chunk of extents.
Jason Evans
2016-06-03
1
-4/+41
*
Add rtree element witnesses.
Jason Evans
2016-06-03
3
-2/+126
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
8
-114/+162
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
7
-334/+352
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
2
-17/+18
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
6
-308/+305
*
Simplify run quantization.
Jason Evans
2016-05-16
2
-152/+30
*
Refactor runs_avail.
Jason Evans
2016-05-16
2
-41/+37
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
2
-4/+5
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
2
-81/+35
*
Implement BITMAP_INFO_INITIALIZER(nbits).
Jason Evans
2016-05-13
1
-3/+3
*
Remove redzone support.
Jason Evans
2016-05-13
4
-153/+19
*
Remove quarantine support.
Jason Evans
2016-05-13
6
-262/+32
*
Remove Valgrind support.
Jason Evans
2016-05-13
9
-187/+15
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-05-13
2
-7/+7
*
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
[prev]
[next]