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
/
mallctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+1
*
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
1
-0/+66
*
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
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-1/+1
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-1/+20
*
Add configure options.
Jason Evans
2014-10-10
1
-1/+1
*
Normalize size classes.
Jason Evans
2014-10-06
1
-1/+1
*
Fix arena.<i>.dss mallctl to handle read-only calls.
Jason Evans
2014-08-15
1
-0/+13
*
Replace variable arrays in tests with VARIABLE_ARRAY
Mike Hommey
2014-05-27
1
-1/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-1/+0
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
1
-1/+0
*
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
1
-13/+0
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-4/+16
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
1
-0/+415