summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/prof.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-1/+2
* Fix more prof_tdata resurrection corner cases.Jason Evans2012-04-291-5/+7
* Handle prof_tdata resurrection.Jason Evans2012-04-291-3/+15
* Fix a PROF_ALLOC_PREP() error path.Jason Evans2012-04-251-1/+3
* Fix heap profiling bugs.Jason Evans2012-04-221-9/+34
* Update prof defaults to match common usage.Jason Evans2012-04-171-1/+2
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-3/+3
* Remove ephemeral mutexes.Jason Evans2012-03-241-5/+11
* Implement tsd.Jason Evans2012-03-231-27/+15
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-1/+1
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-051-1/+1
* Rename prn to prng.Jason Evans2012-03-021-3/+3
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-20/+10
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-2/+3
* Remove magic.Jason Evans2012-02-131-4/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-4/+11
* Fix off-by-one backtracing issues.Jason Evans2011-08-121-68/+54
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+561