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
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
1
-0/+2
*
Fix huge-aligned allocation.
Jason Evans
2017-02-27
1
-0/+98
*
Silence harmless warnings discovered via run_tests.sh.
Jason Evans
2017-02-26
1
-2/+7
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-02-26
1
-0/+1000
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-23
1
-41/+54
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
31
-74/+86
*
Repair file permissions.
Jason Evans
2017-02-22
11
-0/+0
*
Convert witness_assert_lockless() to witness_assert_lock_depth().
Jason Evans
2017-01-24
1
-26/+37
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
1
-0/+27
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
13
-287/+316
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-11-15
1
-3/+5
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-11-15
1
-1/+1
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
1
-0/+206
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-12/+207
*
Fix run leak.
Jason Evans
2016-11-07
1
-1/+1
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
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
*
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
*
Refactor runs_avail.
Jason Evans
2016-10-05
1
-1/+1
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-10-04
1
-11/+83
*
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-09-26
1
-0/+4
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
5
-88/+88
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
3
-1/+24
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-3/+22
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-0/+39
*
Fix arena_reset() test to avoid tcache.
Jason Evans
2016-04-25
1
-10/+9
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+160
*
Fix style nits.
Jason Evans
2016-04-17
3
-4/+4
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
3
-3/+282
*
Fix more 64-to-32 conversion warnings.
Jason Evans
2016-04-12
2
-11/+11
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
2
-15/+17
*
Refactor/fix ph.
Jason Evans
2016-04-11
1
-20/+237
*
Fix a compilation warning in the ph test code.
Jason Evans
2016-04-05
1
-20/+1
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-3/+3
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
2
-6/+6
*
Unittest for pairing heap
Dave Watson
2016-03-08
1
-0/+92
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-02-29
1
-6/+7
*
Fix decay tests for --disable-tcache case.
Jason Evans
2016-02-28
1
-6/+14
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-1/+3
*
Fix decay tests for --disable-stats case.
Jason Evans
2016-02-28
1
-11/+18
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
1
-9/+13
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
1
-2/+2
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-1/+24
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+2
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Remove rbt_nil
Dave Watson
2016-02-24
1
-19/+22
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
1
-10/+2
[next]