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
*
Fix prof bugs.
Jason Evans
2010-10-28
1
-6/+29
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
1
-58/+65
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
1
-18/+6
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
1
-479/+74
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
1
-22/+40
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
1
-1/+1
*
Fix leak context count reporting.
Jason Evans
2010-10-03
1
-3/+3
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
1
-5/+51
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
1
-103/+185
*
Fix compiler warnings and errors.
Jason Evans
2010-09-21
1
-49/+67
*
Fix compiler warnings.
Jason Evans
2010-09-21
1
-1/+5
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
1
-1/+1
*
Port to Mac OS X.
Jason Evans
2010-09-12
1
-22/+101
*
Fix the libunwind version of prof_backtrace().
Jason Evans
2010-06-04
1
-5/+4
*
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