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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: break out ph.h dependencies
David Goldblatt
2017-04-11
1
-0/+2
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
4
-28/+55
*
Add hooking functionality
David Goldblatt
2017-04-07
10
-9/+124
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-0/+6
*
Remove the pre-C11-atomics API, which is now unused
David Goldblatt
2017-04-05
1
-45/+0
*
Convert prng module to use C11-style atomics
David Goldblatt
2017-04-04
1
-18/+20
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
1
-1/+40
*
Add init function support to tsd members.
Qi Wang
2017-04-04
1
-6/+10
*
Remove BITMAP_USE_TREE.
Jason Evans
2017-03-27
1
-16/+0
*
Fix bitmap_ffu() to work with 3+ levels.
Jason Evans
2017-03-27
1
-0/+27
*
Fix BITMAP_USE_TREE version of bitmap_ffu().
Jason Evans
2017-03-26
1
-5/+35
*
Implement bitmap_ffu(), which finds the first unset bit.
Jason Evans
2017-03-25
1
-12/+47
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-1/+6
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-7/+2
*
Embed root node into rtree_t.
Jason Evans
2017-03-23
1
-64/+55
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
2
-36/+73
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
1
-22/+53
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-2/+2
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
5
-116/+270
*
Implement per-CPU arena.
Qi Wang
2017-03-09
3
-69/+93
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-09
1
-0/+13
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-8/+32
*
Add any() and remove_any() to ph.
Jason Evans
2017-03-07
1
-1/+30
*
Fix flakiness in test_decay_ticker.
Jason Evans
2017-03-07
1
-106/+148
*
Add atomic types for ssize_t
David Goldblatt
2017-03-07
1
-0/+8
*
Disentangle assert and util
David Goldblatt
2017-03-06
3
-52/+61
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-71/+227
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
1
-1/+104
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
35
-80/+119
*
Enhance spin_adaptive() to yield after several iterations.
Jason Evans
2017-02-09
1
-0/+16
*
Remove rtree support for 0 (NULL) keys.
Jason Evans
2017-02-09
1
-5/+7
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
1
-138/+103
*
Conditianalize lg_tcache_max use on JEMALLOC_TCACHE.
Jason Evans
2017-02-07
1
-1/+5
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
2
-3/+3
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-02
1
-12/+39
*
Silence harmless warnings discovered via run_tests.sh.
Jason Evans
2017-02-01
1
-2/+5
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
47
-249/+249
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
63
-241/+241
*
Update brace style.
Jason Evans
2017-01-21
69
-1062/+717
*
Fix --disable-stats support.
Jason Evans
2017-01-20
1
-12/+20
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
1
-0/+1006
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-0/+57
*
Add nullptr support to sized delete operators.
Jason Evans
2017-01-17
1
-0/+10
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
62
-154/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-10/+6
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
3
-29/+240
*
Refactor test extent hook code to be reusable.
Jason Evans
2017-01-07
3
-348/+366
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-18/+31
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
6
-13/+13
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-0/+8
[next]