summaryrefslogtreecommitdiffstats
path: root/jemalloc/src/ckh.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error detection for ipalloc() when profiling.Jason Evans2011-03-231-8/+20
* Add the "stats.cactive" mallctl.Jason Evans2011-03-191-1/+1
* Use bitmaps to track small regions.Jason Evans2011-03-171-6/+6
* Fix assertion typos.Jason Evans2011-01-151-7/+7
* Fix compiler warnings.Jason Evans2010-09-211-2/+11
* Add {,r,s,d}allocm().Jason Evans2010-09-171-9/+6
* Implement sampling for heap profiling.Jason Evans2010-03-021-2/+2
* Restructure source tree.Jason Evans2010-02-111-1/+1
* Implement allocation profiling and leack checking.Jason Evans2010-02-101-0/+601