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
/
src
/
prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-235/+240
*
Scale leak report summary according to sampling probability.
Jason Evans
2016-05-04
1
-18/+38
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-1/+1
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-16/+36
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-24/+18
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-212/+277
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
1
-1/+1
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-1/+1
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
1
-3/+16
*
getpid() fix for Win32
rustyx
2016-02-20
1
-0/+2
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
1
-2/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-17/+20
*
Fix prof_tctx_dump_iter() to filter.
Jason Evans
2015-09-22
1
-5/+17
*
Fix prof_alloc_rollback().
Jason Evans
2015-09-17
1
-1/+1
*
Reduce variable scope.
Dmitry-Me
2015-09-15
1
-2/+2
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
1
-3/+11
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
1
-1/+1
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-10/+10
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
1
-2/+2
*
Fix MinGW build warnings.
Jason Evans
2015-07-08
1
-1/+1
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
1
-1/+1
*
Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.
Jason Evans
2015-05-01
1
-5/+24
*
Fix heap profiling regressions.
Jason Evans
2015-03-16
1
-12/+9
*
Eliminate innocuous compiler warnings.
Jason Evans
2015-03-14
1
-0/+2
*
Fix a heap profiling regression.
Jason Evans
2015-03-14
1
-13/+31
*
Fix a heap profiling regression.
Jason Evans
2015-03-12
1
-2/+7
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-13/+22
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-0/+34
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-14/+16
*
Don't dereference NULL tdata in prof_{enter,leave}().
Jason Evans
2014-11-01
1
-13/+18
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
1
-1/+3
*
Fix prof_{enter,leave}() calls to pass tdata_self.
Jason Evans
2014-10-30
1
-19/+24
*
Use JEMALLOC_INLINE_C everywhere it's appropriate.
Jason Evans
2014-10-30
1
-2/+2
*
Fix a prof_tctx_t/prof_tdata_t cleanup race.
Jason Evans
2014-10-12
1
-5/+5
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
1
-8/+9
*
Fix a prof_tctx_t destruction race.
Jason Evans
2014-10-06
1
-18/+32
*
Fix prof regressions.
Jason Evans
2014-10-04
1
-16/+23
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-18/+11
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-17/+123
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-15/+15
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
1
-64/+149
*
Fix profile dumping race.
Jason Evans
2014-09-25
1
-1/+9
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-117/+127
*
Fix prof regressions.
Jason Evans
2014-09-12
1
-1/+22
*
Fix a profile sampling race.
Jason Evans
2014-09-10
1
-0/+35
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
1
-25/+20
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-359/+768
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
1
-52/+105
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
1
-51/+18
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
1
-50/+17
[next]