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
*
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
38
-87/+129
*
Repair file permissions.
Jason Evans
2017-02-22
19
-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
22
-349/+383
*
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
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
*
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
*
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
*
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
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
2
-0/+8
*
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
5
-16/+69
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
*
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
*
Use separate arena for chunk tests.
Jason Evans
2016-04-26
1
-28/+45
*
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
*
Avoid blindly enabling assertions for header code when testing.
Jason Evans
2016-03-23
1
-33/+45
*
Code formatting fixes.
Jason Evans
2016-03-23
1
-1/+2
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
3
-9/+8
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
1
-13/+10
*
Unittest for pairing heap
Dave Watson
2016-03-08
1
-0/+92
[next]