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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
5
-116/+270
*
Implement per-CPU arena.
Qi Wang
2017-03-09
2
-61/+76
*
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
2
-49/+55
*
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
28
-67/+76
*
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
32
-103/+103
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
41
-145/+145
*
Update brace style.
Jason Evans
2017-01-21
42
-715/+459
*
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
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
40
-105/+0
*
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
1
-104/+46
*
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
3
-8/+8
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-0/+8
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-0/+274
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-0/+30
*
Simplify arena_slab_regind().
Jason Evans
2016-12-23
1
-0/+35
*
Add a_type parameter to qr_{meld,split}().
Jason Evans
2016-12-13
1
-6/+6
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-6/+6
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
1
-0/+167
*
Fix test_prng_lg_range_zu() to work on 32-bit systems.
Jason Evans
2016-11-07
1
-10/+10
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
1
-12/+12
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-22/+187
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
1
-15/+17
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
1
-0/+2
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
12
-235/+263
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-10-28
1
-3/+5
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-10-28
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
2
-24/+24
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2/+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
6
-43/+11
*
Remove ratio-based purging.
Jason Evans
2016-10-12
2
-84/+1
*
Fix decay tests to all adapt to nstime_monotonic().
Jason Evans
2016-10-11
1
-6/+9
[next]