summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/prof.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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