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
/
src
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-8/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-5/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-113/+116
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-0/+10
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-1/+1
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+36
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-1/+1
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-201/+186
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-77/+77
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-29/+14
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+3
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Explicitly cast mib[] elements to unsigned where appropriate.
Jason Evans
2016-02-24
1
-9/+9
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-29/+137
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-17/+20
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
1
-3/+3
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-42/+33
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+3
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
1
-3/+8
*
Fix arena_get() usage.
Jason Evans
2015-03-24
1
-5/+17
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
1
-7/+16
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-38/+83
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-24/+2
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-8/+105
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-0/+27
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-4/+26
*
Refactor bootstrapping to delay tsd initialization.
Jason Evans
2015-01-22
1
-9/+9
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-1/+1
*
Use JEMALLOC_INLINE_C everywhere it's appropriate.
Jason Evans
2014-10-30
1
-3/+3
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-125/+209
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-73/+46
*
Normalize size classes.
Jason Evans
2014-10-06
1
-1/+1
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-21/+5
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-19/+54
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-19/+18
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-21/+72
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-3/+94
*
Fix arena.<i>.dss mallctl to handle read-only calls.
Jason Evans
2014-08-15
1
-23/+29
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-33/+35
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-1/+60
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
1
-3/+0
*
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
1
-27/+0
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-5/+1
*
Fix a few mallctl() documentation errors.
Jason Evans
2013-12-20
1
-121/+124
*
Consistently use malloc_mutex_prefork().
Jason Evans
2013-10-21
1
-1/+1
*
Fix a race condition in the "arenas.extend" mallctl.
Jason Evans
2013-10-20
1
-36/+44
*
Silence an unused variable warning.
Jason Evans
2013-10-20
1
-1/+1
*
Fix "arenas.extend" mallctl to return the number of arenas.
Jason Evans
2012-11-30
1
-9/+11
*
Fix deadlock in the arenas.purge mallctl.
Jason Evans
2012-11-04
1
-26/+22
*
Add ctl_mutex proection to arena_i_dss_ctl().
Jason Evans
2012-10-15
1
-0/+2
[next]