summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ctl regression.Jason Evans2012-04-241-24/+26
* Silence compiler warnings.Jason Evans2012-04-231-3/+3
* Avoid using a union for ctl_node_sMike Hommey2012-04-231-69/+99
* Fix heap profiling bugs.Jason Evans2012-04-221-76/+88
* Remove leftovers from the vsnprintf check in malloc_vsnprintfMike Hommey2012-04-221-4/+0
* Add support for MingwMike Hommey2012-04-225-40/+150
* Remove mmap_unaligned.Jason Evans2012-04-223-91/+28
* Fix chunk allocation/deallocation bugs.Jason Evans2012-04-213-6/+25
* Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-213-12/+15
* Put CONF_HANDLE_*() keys in quotes.Jason Evans2012-04-211-28/+29
* Make arena_salloc() an inline function.Jason Evans2012-04-202-40/+6
* Remove extra argument for malloc_tsd_cleanup_registerMike Hommey2012-04-191-4/+3
* Make special FreeBSD function overrides visible.Jason Evans2012-04-192-0/+3
* Fix malloc_vsnprintf handling of %o, %u and %xMike Hommey2012-04-191-4/+16
* Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) callsMike Hommey2012-04-193-3/+17
* Clean up a few config-related conditionals/asserts.Jason Evans2012-04-182-6/+8
* Update prof defaults to match common usage.Jason Evans2012-04-174-2/+8
* Add the --disable-munmap option.Jason Evans2012-04-171-0/+3
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-135-241/+187
* Always disable redzone by default.Jason Evans2012-04-131-3/+1
* 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-121-0/+11
* Normalize aligned allocation algorithms.Jason Evans2012-04-125-114/+110
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-118-115/+457
* Rename labels.Jason Evans2012-04-107-107/+107
* Add alignment support to chunk_alloc().Mike Hommey2012-04-106-135/+84
* Remove MAP_NORESERVE supportMike Hommey2012-04-101-27/+14
* Always initialize tcache data structures.Jason Evans2012-04-061-46/+38
* Remove arena_malloc_prechosen().Jason Evans2012-04-061-1/+1
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-053-1/+44
* Fix threaded initialization and enable it on Linux.Jason Evans2012-04-051-3/+5
* Add missing "opt.lg_tcache_max" mallctl implementation.Jason Evans2012-04-041-0/+3
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-043-5/+56
* Postpone mutex initialization on FreeBSD.Jason Evans2012-04-042-4/+35
* Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans2012-04-021-11/+10
* Clean up *PAGE* macros.Jason Evans2012-04-028-153/+118
* 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-022-11/+1
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-022-28/+1
* Avoid crashes when system libraries use the purgeable zone allocatorMike Hommey2012-03-302-6/+27
* Move zone registration to zone.cMike Hommey2012-03-302-25/+21
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-301-0/+10
* 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-272-20/+43
* Check for NULL ptr in malloc_usable_size().Jason Evans2012-03-261-4/+2
* Make zone_{free, realloc, free_definite_size} fallback to the system allocato...Mike Hommey2012-03-261-4/+17
* Fix glibc hooks when using both --with-jemalloc-prefix and --with-manglingMike Hommey2012-03-261-1/+9
* Port to FreeBSD.Jason Evans2012-02-035-40/+197
* Remove ephemeral mutexes.Jason Evans2012-03-243-35/+46