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
/
jemalloc
/
src
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
1
-31/+36
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
1
-0/+14
*
Move variable declaration out of for loop header.
Jason Evans
2010-10-07
1
-1/+2
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
1
-0/+6
*
Add the "arenas.purge" mallctl.
Jason Evans
2010-09-30
1
-1/+40
*
Port to Mac OS X.
Jason Evans
2010-09-12
1
-11/+3
*
Add the thread.arena mallctl.
Jason Evans
2010-08-14
1
-0/+52
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
1
-0/+29
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
1
-1/+1
*
Remove medium size classes.
Jason Evans
2010-03-17
1
-54/+35
*
Push locks into arena bins.
Jason Evans
2010-03-15
1
-16/+120
*
Simplify tcache object caching.
Jason Evans
2010-03-14
1
-3/+3
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
1
-0/+4
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
1
-4/+13
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
1
-0/+3
*
Restructure source tree.
Jason Evans
2010-02-11
1
-0/+1352