summaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up *PAGE* macros.Jason Evans2012-04-021-28/+3
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-021-11/+15
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-021-15/+11
* Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-021-11/+0
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-021-1/+1
* Avoid crashes when system libraries use the purgeable zone allocatorMike Hommey2012-03-301-1/+1
* Move zone registration to zone.cMike Hommey2012-03-301-22/+2
* Don't use pthread_atfork to register prefork/postfork handlers on OSXMike Hommey2012-03-281-1/+1
* Check for NULL ptr in malloc_usable_size().Jason Evans2012-03-261-4/+2
* Fix glibc hooks when using both --with-jemalloc-prefix and --with-manglingMike Hommey2012-03-261-1/+9
* Port to FreeBSD.Jason Evans2012-02-031-22/+42
* Remove ephemeral mutexes.Jason Evans2012-03-241-3/+3
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-231-35/+7
* Implement tsd.Jason Evans2012-03-231-105/+66
* Improve zone support for OSXMike Hommey2012-03-201-6/+14
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-5/+5
* Fix fork-related bugs.Jason Evans2012-03-131-21/+27
* Implement aligned_alloc().Jason Evans2012-03-131-10/+27
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-4/+1
* Implement malloc_vsnprintf().Jason Evans2012-03-081-140/+94
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-2/+0
* Add the --disable-experimental option.Jason Evans2012-03-031-1/+11
* Add --with-mangling.Jason Evans2012-03-021-36/+29
* 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