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
/
prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary isalloc() calls.
Jason Evans
2010-05-12
1
-12/+18
*
Fix profiling regression caused by bugfix.
Jason Evans
2010-04-14
1
-8/+9
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
1
-36/+69
*
Fix error path in prof_dump().
Jason Evans
2010-04-06
1
-1/+0
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
1
-8/+0
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
1
-1/+5
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
1
-3/+8
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
1
-2/+5
*
Simplify malloc_message().
Jason Evans
2010-03-04
1
-18/+19
*
Move sampling init into prof_alloc_prep().
Jason Evans
2010-03-03
1
-39/+51
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
1
-71/+117
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
1
-42/+140
*
Don't implicitly enable interval-based profiling.
Jason Evans
2010-02-16
1
-1/+1
*
Restructure source tree.
Jason Evans
2010-02-11
1
-1/+1
*
Implement interval-based heap profile dumping.
Jason Evans
2010-02-11
1
-22/+17
*
Add JEMALLOC_PROF_PREFIX support.
Jason Evans
2010-02-11
1
-8/+28
*
Dump /proc/<pid>/maps in heap profiles.
Jason Evans
2010-02-11
1
-0/+52
*
Fix a profiling bootstrap bug.
Jason Evans
2010-02-11
1
-5/+12
*
Various heap profiling improvements.
Jason Evans
2010-02-11
1
-12/+58
*
Implement allocation profiling and leack checking.
Jason Evans
2010-02-10
1
-0/+1048