summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/jemalloc_internal_defs.h.in
Commit message (Expand)AuthorAgeFilesLines
* Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-031-0/+3
* Add os_unfair_lock support.Jason Evans2016-11-031-0/+5
* Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans2016-10-301-2/+2
* Refine nstime_update().Jason Evans2016-10-101-0/+15
* Check for __builtin_unreachable at configure timeElliot Ronaghan2016-09-261-0/+6
* Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans2016-05-061-0/+9
* Refactor jemalloc_ffs*() into ffs_*().Jason Evans2016-02-241-1/+1
* Fix overflow in prng_range().Jason Evans2016-02-211-2/+6
* Add --with-malloc-conf.Jason Evans2016-02-201-0/+3
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-251-0/+9
* Implement cache index randomization for large allocations.Jason Evans2015-05-061-0/+6
* Restore --enable-ivsalloc.Jason Evans2015-03-191-0/+6
* Make --without-export actually workMike Hommey2015-03-041-0/+6
* Move centralized chunk management into arenas.Jason Evans2015-02-121-6/+0
* Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay2014-12-141-0/+10
* Style and spelling fixes.Jason Evans2014-12-091-8/+6
* Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh2014-12-071-0/+3
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-111-0/+3
* Add configure options.Jason Evans2014-10-101-2/+8
* correctly detect adaptive mutexes in pthreadsEric Wong2014-09-291-0/+3
* Test for availability of malloc hooks via autoconfSara Golemon2014-08-221-0/+6
* Add check for madvise(2) to configure.ac.Richard Diamond2014-06-031-0/+5
* Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond2014-06-021-0/+7
* Add size class computation capability.Jason Evans2014-05-291-0/+5
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-7/+0
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-3/+0
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+3
* Add workaround for missing 'restrict' keyword.Jason Evans2014-02-251-0/+3
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-0/+4
* Add test code coverage analysis.Jason Evans2013-12-071-0/+3
* Fix more test refactoring issues.Jason Evans2013-12-061-41/+0
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-0/+31
* Refactor to support more varied testing.Jason Evans2013-12-041-0/+202