summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/prof.h
Commit message (Expand)AuthorAgeFilesLines
* Break up headers into constituent partsDavid Goldblatt2017-01-121-568/+0
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-211-4/+4
* Add a missing prof_alloc_rollback() call.Jason Evans2016-06-061-0/+1
* Move slabs out of chunks.Jason Evans2016-06-061-16/+28
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-3/+3
* Use rtree-based chunk lookups rather than pointer bit twiddling.Jason Evans2016-06-031-36/+45
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-37/+37
* Fix fork()-related lock rank ordering reversals.Jason Evans2016-04-261-1/+2
* Add witness, a simple online locking validator.Jason Evans2016-04-141-39/+39
* Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang2015-11-101-3/+3
* Resolve an unsupported special case in arena_prof_tctx_set().Jason Evans2015-09-151-3/+17
* Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans2015-09-151-3/+8
* Make one call to prof_active_get_unlocked() per allocation event.Jason Evans2015-09-151-8/+10
* Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-101-2/+3
* Optimize arena_prof_tctx_set().Jason Evans2015-09-021-5/+5
* Fix heap profiling regressions.Jason Evans2015-03-161-1/+22
* Fix a heap profiling regression.Jason Evans2015-03-141-0/+1
* Refactor huge_*() calls into arena internals.Jason Evans2015-02-121-15/+2
* Implement the prof.gdump mallctl.Jason Evans2015-01-261-0/+18
* Miscellaneous cleanups.Jason Evans2014-10-311-6/+4
* mark huge allocations as unlikelyDaniel Micay2014-10-311-2/+2
* Fix a prof_tctx_t/prof_tdata_t cleanup race.Jason Evans2014-10-121-0/+6
* Make prof-related inline functions always-inline.Jason Evans2014-10-041-9/+9
* Fix tsd cleanup regressions.Jason Evans2014-10-041-2/+4
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-041-9/+25
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-1/+1
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-031-10/+14
* Fix profile dumping race.Jason Evans2014-09-251-0/+1
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-41/+37
* Apply likely()/unlikely() to allocation/deallocation fast paths.Jason Evans2014-09-121-5/+6
* Fix a profile sampling race.Jason Evans2014-09-101-20/+17
* Fix prof_tdata_get()-related regressions.Jason Evans2014-09-091-5/+6
* Implement per thread heap profiling.Jason Evans2014-08-201-245/+195
* Dump heap profile backtraces in a stable order.Jason Evans2014-08-201-10/+14
* Directly embed prof_ctx_t's bt.Jason Evans2014-08-201-5/+8
* Convert prof_tdata_t's bt2cnt to a comprehensive map.Jason Evans2014-08-201-16/+8
* Simplify backtracing.Jason Evans2014-04-231-4/+3
* Fix debug-only compilation failures.Jason Evans2014-04-161-3/+2
* refactor profiling. only use a bytes till next sample variable.Ben Maurer2014-04-161-149/+69
* Remove support for non-prof-promote heap profiling metadata.Jason Evans2014-04-111-13/+7
* Avoid a compiler warning.Jason Evans2014-01-291-1/+5
* Add heap profiling tests.Jason Evans2014-01-171-0/+5
* Fix a variable prototype/definition mismatch.Jason Evans2014-01-171-1/+6
* Refactor prof_dump() to reduce contention.Jason Evans2014-01-161-0/+5
* Optimize arena_prof_ctx_set().Jason Evans2013-12-161-26/+26
* Add probabability distribution utility code.Jason Evans2013-12-101-1/+1
* Disable floating point code/linking when possible.Jason Evans2013-12-061-0/+15
* Fix potential TLS-related memory corruption.Jason Evans2013-01-311-8/+6
* Fix fork(2)-related deadlocks.Jason Evans2012-10-091-0/+3
* Fix heap profiling crash for realloc(p, 0) case.Jason Evans2012-05-151-1/+1