summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal
Commit message (Expand)AuthorAgeFilesLines
...
* 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-134-3/+8
* Normalize aligned allocation algorithms.Jason Evans2012-04-123-41/+28
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-117-43/+259
* Add alignment support to chunk_alloc().Mike Hommey2012-04-103-3/+3
* Remove MAP_NORESERVE supportMike Hommey2012-04-101-1/+0
* Remove arena_malloc_prechosen().Jason Evans2012-04-061-14/+0
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-052-0/+13
* Add tls_model configuration.Jason Evans2012-04-041-3/+3
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-043-24/+33
* Postpone mutex initialization on FreeBSD.Jason Evans2012-04-041-9/+23
* Use $((...)) instead of expr.Jason Evans2012-04-031-15/+15
* Clean up *PAGE* macros.Jason Evans2012-04-024-50/+29
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-021-4/+6
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-021-6/+4
* Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-022-34/+0
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-021-2/+0
* Clean up tsd (no functional changes).Jason Evans2012-03-302-13/+5
* Work around TLS deallocation via free().Jason Evans2012-03-302-5/+18
* Move zone registration to zone.cMike Hommey2012-03-302-3/+2
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-301-0/+3
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-15/+101
* Use __sync_add_and_fetch and __sync_sub_and_fetch when they are availableMike Hommey2012-03-261-3/+15
* Remove malloc_mutex_trylock().Jason Evans2012-03-251-15/+0
* Port to FreeBSD.Jason Evans2012-02-035-2/+10
* Remove ephemeral mutexes.Jason Evans2012-03-243-6/+41
* Restructure atomic_*_z().Jason Evans2012-03-231-16/+29
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-232-5/+12
* Implement tsd.Jason Evans2012-03-238-117/+399
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-193-4/+4
* Remove #include <sys/sysctl.h>.Jason Evans2012-03-161-1/+0
* Fix fork-related bugs.Jason Evans2012-03-137-10/+34
* Modify malloc_vsnprintf() validation code.Jason Evans2012-03-131-0/+6
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-6/+3
* Remove bashism.Jason Evans2012-03-121-1/+1
* Implement malloc_vsnprintf().Jason Evans2012-03-086-91/+174
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-12/+11
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-052-2/+2
* Add SH4 and mips architecture support.Jason Evans2012-03-052-0/+19
* Rename prn to prng.Jason Evans2012-03-024-12/+12
* Add --with-mangling.Jason Evans2012-03-022-7/+7
* Add nallocm().Jason Evans2012-02-291-4/+0
* Use glibc allocator hooks.Jason Evans2012-02-291-4/+0
* Remove unused variables in tcache_dalloc_large().Jason Evans2012-02-291-6/+1
* Remove the sysv option.Jason Evans2012-02-291-8/+0
* Simplify small size class infrastructure.Jason Evans2012-02-297-148/+211
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-20/+10
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-2/+3
* Remove highruns statistics.Jason Evans2012-02-132-6/+4
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-132-19/+7