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 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
*
Test run quantization.
Jason Evans
2016-02-22
1
-0/+157
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
4
-249/+246
*
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
1
-3/+203
*
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
*
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
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
3
-11/+11
*
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
*
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 assertion in test.
Jason Evans
2015-08-12
1
-1/+1
*
Add no-OOM assertions to test.
Jason Evans
2015-08-07
1
-6/+12
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
5
-47/+44
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
3
-31/+34
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+1
*
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
*
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
2
-5/+71
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-27/+0
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
1
-0/+12
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-0/+110
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
1
-25/+52
*
Implement more atomic operations.
Jason Evans
2015-02-05
1
-30/+55
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-2/+27
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
4
-16/+33
*
Fix test_stats_arenas_bins for 32-bit builds.
Yuriy Kaminskiy
2014-12-03
1
-0/+1
[next]