summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use echo instead of cat in loops in size_classes.shMike Hommey2012-04-171-21/+11
* Use make variables instead of preprocessingMike Hommey2012-04-171-93/+109
* Use $(LIBS) instead of -lpthread when linking testsMike Hommey2012-04-171-2/+2
* Remove -dynamic CFLAG on OSXMike Hommey2012-04-171-3/+0
* Start preparing ChangeLog for 3.0.0 release.Jason Evans2012-04-171-0/+72
* Add the --disable-munmap option.Jason Evans2012-04-174-66/+39
* Remove configure test cruft.Jason Evans2012-04-161-1/+0
* Add/remove missing/cruft entries to/from private_namespace.h.Jason Evans2012-04-141-13/+52
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-1311-244/+277
* Always disable redzone by default.Jason Evans2012-04-132-6/+2
* Re-silence -MM compiler invocations.Jason Evans2012-04-131-3/+3
* Use -MT options to build dependency filesMike Hommey2012-04-121-3/+3
* Remove bogus dependencyMike Hommey2012-04-121-3/+0
* Call base_boot before chunk_boot0Mike Hommey2012-04-121-2/+2
* Use a stub replacement and disable dss when sbrk is not supportedMike Hommey2012-04-123-0/+22
* Normalize aligned allocation algorithms.Jason Evans2012-04-128-155/+138
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-1120-170/+840
* Rename labels.Jason Evans2012-04-1011-129/+129
* Add alignment support to chunk_alloc().Mike Hommey2012-04-109-138/+87
* Remove MAP_NORESERVE supportMike Hommey2012-04-102-28/+14
* Ignore whitespaces when comparing test results with expected outputMike Hommey2012-04-101-1/+1
* Always initialize tcache data structures.Jason Evans2012-04-061-46/+38
* Remove arena_malloc_prechosen().Jason Evans2012-04-062-15/+1
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-059-1/+118
* Fix threaded initialization and enable it on Linux.Jason Evans2012-04-052-3/+6
* Add missing "opt.lg_tcache_max" mallctl implementation.Jason Evans2012-04-041-0/+3
* Add missing include for ffsl() test.Jason Evans2012-04-041-0/+1
* Revert "Use ffsl() in ALLOCM_ALIGN()."Jason Evans2012-04-041-1/+6
* Add tls_model configuration.Jason Evans2012-04-043-4/+22
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-046-29/+89
* Postpone mutex initialization on FreeBSD.Jason Evans2012-04-043-13/+58
* Remove obsolete "config.dynamic_page_shift" mallctl documentation.Jason Evans2012-04-031-10/+0
* Use $((...)) instead of expr.Jason Evans2012-04-031-15/+15
* Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans2012-04-021-11/+10
* Clean up *PAGE* macros.Jason Evans2012-04-0213-213/+148
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-025-37/+22
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-025-22/+37
* Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-024-45/+1
* Use ffsl() in ALLOCM_ALIGN().Jason Evans2012-04-021-6/+1
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-023-30/+1
* Clean up tsd (no functional changes).Jason Evans2012-03-302-13/+5
* Work around TLS deallocation via free().Jason Evans2012-03-302-5/+18
* Avoid crashes when system libraries use the purgeable zone allocatorMike Hommey2012-03-302-6/+27
* Move zone registration to zone.cMike Hommey2012-03-304-28/+23
* Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe...Mike Hommey2012-03-301-14/+14
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-302-0/+13
* Don't use pthread_atfork to register prefork/postfork handlers on OSXMike Hommey2012-03-281-1/+1
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-277-36/+271
* Force the lazy-lock feature on FreeBSD.Jason Evans2012-03-241-0/+5
* Check for NULL ptr in malloc_usable_size().Jason Evans2012-03-261-4/+2