summaryrefslogtreecommitdiffstats
path: root/jemalloc/test
Commit message (Expand)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0115-895/+0
* Avoid overflow in arena_run_regind().Jason Evans2011-03-221-1/+5
* Use bitmaps to track small regions.Jason Evans2011-03-172-0/+155
* Fix a "thread.arena" mallctl bug.Jason Evans2011-03-141-14/+24
* Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-141-0/+37
* Use mremap(2) for huge realloc().Jason Evans2010-12-012-0/+69
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-241-10/+10
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-212-0/+107
* Fix tests build when --with-install-suffix is set.Jason Evans2010-10-075-4/+10
* Fix compiler warnings.Jason Evans2010-09-211-2/+13
* Add {,r,s,d}allocm().Jason Evans2010-09-175-3/+279
* Fix porting regressions.Jason Evans2010-09-122-13/+7
* Add posix_memalign test.Jason Evans2010-09-122-0/+153
* Port to Mac OS X.Jason Evans2010-09-121-4/+6
* Add the thread.arena mallctl.Jason Evans2010-08-142-0/+71