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
*
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
*
Add test for tree destruction
Joshua Kahn
2015-11-09
1
-1/+16
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
1
-1/+1
*
Fix intermittent xallocx() test failures.
Jason Evans
2015-10-01
1
-43/+65
*
Remove fragile xallocx() test case.
Jason Evans
2015-09-25
1
-9/+0
*
Make mallocx() OOM test more robust.
Jason Evans
2015-09-24
1
-3/+14
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
1
-1/+118
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
1
-0/+70
*
Loosen expected xallocx() results.
Jason Evans
2015-09-15
1
-9/+9
*
Add more xallocx() overflow tests.
Jason Evans
2015-09-15
1
-0/+64
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
3
-11/+11
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
2
-2/+242
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
1
-15/+66
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
1
-17/+32
*
Don't purge junk filled chunks when shrinking huge allocations
Mike Hommey
2015-08-28
1
-0/+4
*
Fix arenas_cache_cleanup().
Christopher Ferris
2015-08-21
1
-0/+6
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
1
-1/+1
*
Fix test for MinGW.
Jason Evans
2015-08-12
1
-11/+15
*
Fix assertion in test.
Jason Evans
2015-08-12
1
-1/+1
*
Try to decommit new chunks.
Jason Evans
2015-08-12
1
-11/+14
*
Add no-OOM assertions to test.
Jason Evans
2015-08-07
1
-6/+12
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-18/+48
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-39/+177
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-3/+3
*
Fix huge_ralloc_no_move() to succeed more often.
Jason Evans
2015-07-25
1
-2/+3
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
9
-88/+88
*
Fix a compilation error.
Jason Evans
2015-07-22
1
-8/+10
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
2
-4/+4
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
2
-10/+36
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
4
-43/+46
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+1
*
Add timer support for Windows.
Jason Evans
2015-07-13
2
-10/+24
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
2
-5/+5
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
1
-0/+89
*
Fix indentation.
Jason Evans
2015-07-09
1
-1/+1
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
3
-5/+59
*
Clarify relationship between stats.resident and stats.mapped.
Jason Evans
2015-05-30
1
-3/+7
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
1
-14/+14
*
Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().
Jason Evans
2015-03-24
1
-3/+3
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
3
-19/+123
[next]