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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
1
-2/+5
*
Fix build system problems.
Jason Evans
2010-04-08
1
-5/+0
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
1
-0/+7
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
1
-1/+1
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
4
-7/+41
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
1
-5/+2
*
Track dirty and clean runs separately.
Jason Evans
2010-03-19
2
-31/+40
*
Remove medium size classes.
Jason Evans
2010-03-17
5
-76/+196
*
Add assertions.
Jason Evans
2010-03-15
2
-1/+7
*
Purge dirty pages without arena->lock.
Jason Evans
2010-03-15
1
-8/+25
*
Push locks into arena bins.
Jason Evans
2010-03-15
4
-16/+55
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
1
-29/+12
*
Simplify tcache object caching.
Jason Evans
2010-03-14
2
-71/+44
*
Modify dirty page purging algorithm.
Jason Evans
2010-03-05
2
-5/+16
*
Simplify malloc_message().
Jason Evans
2010-03-04
4
-28/+28
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
1
-0/+7
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
1
-1/+1
*
Edit rb documentation.
Jason Evans
2010-03-02
1
-7/+6
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
2
-4/+18
*
Rewrite red-black trees.
Jason Evans
2010-02-28
2
-788/+818
*
Fix #include ordering for mb.h.
Jason Evans
2010-02-11
1
-4/+4
*
Wrap mallctl* references with JEMALLOC_P().
Jason Evans
2010-02-11
1
-4/+5
*
Restructure source tree.
Jason Evans
2010-02-11
23
-0/+3609