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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation.
1.0.0
Jason Evans
2010-04-12
3
-2/+13
*
Generalize ExtractSymbols optimization (pprof).
Jason Evans
2010-04-09
1
-17/+18
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
2
-39/+48
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Don't build with -march=native.
Jason Evans
2010-04-08
1
-1/+0
*
Fix build system problems.
Jason Evans
2010-04-08
6
-32/+21
*
Improve ExtractSymbols (pprof).
Jason Evans
2010-04-08
1
-11/+4
*
Fix error path in prof_dump().
Jason Evans
2010-04-06
1
-1/+0
*
Report E/e option state in jemalloc_stats_print().
Jason Evans
2010-04-06
2
-3/+6
*
Optimize ExtractSymbols (pprof).
Jason Evans
2010-04-03
1
-6/+19
*
Use addr2line only for --line option (pprof).
Jason Evans
2010-04-03
1
-1/+2
*
Import pprof from google-perftools, svn r91.
Jason Evans
2010-04-02
4
-4/+4358
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
2
-11/+1
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
5
-1/+68
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
6
-14/+24
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
7
-59/+224
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
2
-48/+39
*
Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge().
Jason Evans
2010-03-22
1
-11/+32
*
Track dirty and clean runs separately.
Jason Evans
2010-03-19
4
-226/+285
*
Remove medium size classes.
Jason Evans
2010-03-17
12
-483/+514
*
Fix a run initialization race condition.
Jason Evans
2010-03-16
2
-15/+24
*
Add assertions.
Jason Evans
2010-03-15
3
-1/+11
*
Widen malloc_stats_print() output columns.
Jason Evans
2010-03-15
1
-14/+15
*
arena_chunk_purge() arena->nactive fix.
Jason Evans
2010-03-15
1
-0/+1
*
Change xmallctl() --> CTL_GET() where possible.
Jason Evans
2010-03-15
1
-3/+3
*
Fix malloc_stats_print() man page prototype.
Jason Evans
2010-03-15
1
-2/+2
*
mmap()/munmap() without arena->lock or bin->lock.
Jason Evans
2010-03-15
1
-41/+118
*
Purge dirty pages without arena->lock.
Jason Evans
2010-03-15
2
-76/+255
*
Push locks into arena bins.
Jason Evans
2010-03-15
9
-191/+368
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
2
-343/+135
*
Simplify tcache object caching.
Jason Evans
2010-03-14
8
-247/+172
*
Modify dirty page purging algorithm.
Jason Evans
2010-03-05
4
-75/+80
*
Print version in malloc_stats_print().
Jason Evans
2010-03-04
1
-0/+5
*
Simplify malloc_message().
Jason Evans
2010-03-04
13
-248/+270
*
Fix various config/build issues.
Jason Evans
2010-03-04
3
-17/+35
*
Move sampling init into prof_alloc_prep().
Jason Evans
2010-03-03
1
-39/+51
*
Add the --with-static-libunwind configure option.
Jason Evans
2010-03-02
2
-1/+18
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
7
-2/+33
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
4
-78/+134
*
Edit rb documentation.
Jason Evans
2010-03-02
1
-7/+6
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
9
-59/+201
*
Rewrite red-black trees.
Jason Evans
2010-02-28
4
-803/+842
*
Don't implicitly enable interval-based profiling.
Jason Evans
2010-02-16
1
-1/+1
*
Fix a bug in nmalloc stats.
Jason Evans
2010-02-12
1
-2/+0
*
Fix a man page typo.
Jason Evans
2010-02-12
1
-1/+2
*
Fix #include ordering for mb.h.
Jason Evans
2010-02-11
1
-4/+4
*
Avoid extra dumping for JEMALLOC_OPTIONS=L.
Jason Evans
2010-02-11
1
-4/+6
*
Wrap mallctl* references with JEMALLOC_P().
Jason Evans
2010-02-11
2
-23/+33
*
Restructure source tree.
Jason Evans
2010-02-11
43
-116/+102
*
Remove tracing (--enable-trace).
Jason Evans
2010-02-11
17
-1885/+13
[next]