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
...
*
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
*
Implement per arena base allocators.
Jason Evans
2016-12-27
2
-46/+343
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-16/+47
*
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
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
3
-3/+30
*
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
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
*
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
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
2
-0/+9
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
1
-1/+1
*
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
3
-35/+55
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
3
-6/+27
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
21
-293/+326
*
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
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-2/+20
*
Verify extent hook functions receive correct extent_hooks pointer.
Jason Evans
2016-09-29
1
-17/+52
*
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-06-08
1
-0/+4
*
Relax extent hook tests to work with unsplittable extents.
Jason Evans
2016-06-06
1
-8/+19
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
1
-3/+5
*
Work around legitimate xallocx() failures during testing.
Jason Evans
2016-06-06
1
-6/+12
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
1
-5/+19
[prev]
[next]