summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/jemalloc_internal.h.in
Commit message (Expand)AuthorAgeFilesLines
* Use arena dss prec instead of default for huge allocs.Max Wang2014-03-281-5/+5
* Fix name mangling for stress tests.Jason Evans2014-01-171-0/+1
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-54/+72
* Convert rtree from (void *) to (uint8_t) storage.Jason Evans2014-01-031-1/+1
* Implement the *allocx() API.Jason Evans2013-12-131-22/+23
* Normalize #define whitespace.Jason Evans2013-12-091-5/+5
* Fix more test refactoring issues.Jason Evans2013-12-061-13/+2
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-31/+0
* Refactor to support more varied testing.Jason Evans2013-12-041-4/+13
* Fix inlining warning.Jason Evans2013-10-201-0/+12
* Add aarch64 LG_QUANTUM size definitionRiku Voipio2013-05-071-0/+3
* Add no-op bodies to VALGRIND_*() macro stubs.Jason Evans2013-03-061-9/+11
* fix building for s390 systemsMike Frysinger2013-03-061-1/+1
* Fix Valgrind integration.Jason Evans2013-02-011-0/+1
* Specify 'inline' in addition to always_inline attribute.Jason Evans2013-01-231-1/+1
* Update hash from MurmurHash2 to MurmurHash3.Jason Evans2013-01-221-0/+1
* Add and use JEMALLOC_ALWAYS_INLINE.Jason Evans2013-01-221-18/+26
* Fix build break on *BSDGarrett Cooper2012-12-241-1/+5
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-22/+97
* Define LG_QUANTUM for hppa.Jason Evans2012-10-081-0/+3
* Auto-detect whether running inside Valgrind.Jason Evans2012-05-151-0/+1
* Add the --enable-mremap option.Jason Evans2012-05-091-0/+7
* Make CACHELINE a raw constant.Jason Evans2012-05-021-1/+4
* Optimize malloc() and free() fast paths.Jason Evans2012-05-021-0/+9
* Add support for MSVCMike Hommey2012-05-011-4/+17
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-2/+10
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-0/+14
* Remove unused #includesMike Hommey2012-04-221-2/+0
* Add support for MingwMike Hommey2012-04-221-7/+10
* Make arena_salloc() an inline function.Jason Evans2012-04-201-3/+2
* Add atomic(9) implementations of atomic operations.Jason Evans2012-04-171-0/+4
* Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-171-0/+3
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-131-0/+7
* Normalize aligned allocation algorithms.Jason Evans2012-04-121-38/+27
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-12/+141
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+12
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-041-8/+11
* Clean up *PAGE* macros.Jason Evans2012-04-021-33/+12
* 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-021-12/+0
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-021-2/+0
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-301-0/+3
* Port to FreeBSD.Jason Evans2012-02-031-0/+3
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-231-5/+1
* Implement tsd.Jason Evans2012-03-231-57/+25
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-2/+2
* Remove #include <sys/sysctl.h>.Jason Evans2012-03-161-1/+0
* Fix fork-related bugs.Jason Evans2012-03-131-1/+2
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-6/+3