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
*
Remove quarantine support.
Jason Evans
2016-05-13
5
-113/+2
*
Remove Valgrind support.
Jason Evans
2016-05-13
2
-3/+1
*
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
*
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
*
Remove invalid tests.
Jason Evans
2016-02-27
2
-18/+2
*
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
3
-10/+10
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
3
-2/+137
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
2
-7/+7
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Fix Windows build issues
Dmitri Smirnov
2016-02-24
2
-4/+0
*
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
*
Test run quantization.
Jason Evans
2016-02-22
1
-0/+157
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
7
-260/+257
*
Handle unaligned keys in hash().
Jason Evans
2016-02-20
1
-3/+16
*
Increase test coverage in test_decay_ticks.
Jason Evans
2016-02-20
1
-123/+98
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
2
-0/+465
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
1
-0/+106
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
2
-23/+114
*
Implement ticker.
Jason Evans
2016-02-20
1
-0/+76
*
Flesh out time_*() API.
Jason Evans
2016-02-20
4
-49/+214
*
Add time_update().
Cameron Evans
2016-02-20
1
-0/+23
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-16/+17
*
Fix test_stats_arenas_summary fragility.
Jason Evans
2016-02-20
1
-4/+4
*
Don't rely on unpurged chunks in xallocx() test.
Jason Evans
2016-02-20
1
-20/+20
[next]