summaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Add nallocm().Jason Evans2012-02-291-0/+22
* Use glibc allocator hooks.Jason Evans2012-02-291-0/+24
* Do not enforce minimum alignment in memalign().Jason Evans2012-02-291-6/+8
* Enable the stats configuration option by default.Jason Evans2012-02-291-2/+0
* Remove the sysv option.Jason Evans2012-02-291-47/+7
* Fix realloc(p, 0) to act like free(p).Jason Evans2012-02-291-13/+19
* Simplify small size class infrastructure.Jason Evans2012-02-291-35/+18
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-2/+0
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-2/+0
* Silence compiler warnings.Jason Evans2012-02-131-5/+25
* Remove the swap feature.Jason Evans2012-02-131-9/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-414/+194
* Fix rallocm() test to support >4KiB pages.Jason Evans2011-11-061-1/+1
* Initialize arenas_tsd before setting it.Jason Evans2011-11-041-8/+8
* Fix a prof-related bug in realloc().Jason Evans2011-08-311-3/+8
* Add missing prof_malloc() call in allocm().Jason Evans2011-08-131-3/+2
* Fix off-by-one backtracing issues.Jason Evans2011-08-121-13/+36
* Conditionalize an isalloc() call in rallocm().Jason Evans2011-08-121-2/+2
* Fix two prof-related bugs in rallocm().Jason Evans2011-08-121-3/+10
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+1847