jemalloc/src
Tamir Duberstein b973ec7975 Avoid redeclaring glibc's secure_getenv
Avoid the name secure_getenv to avoid redeclaring secure_getenv when
secure_getenv is present but its use is manually disabled via
ac_cv_func_secure_getenv=no.
2017-01-25 11:22:28 -08:00
..
arena.c Fix lock order reversal during gdump. 2017-01-24 12:50:06 -08:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Add extent serial numbers. 2016-11-15 13:33:40 -08:00
bitmap.c Reduce differences between alternative bitmap implementations. 2016-04-06 10:38:47 -07:00
chunk.c Fix lock order reversal during gdump. 2017-01-24 12:50:06 -08:00
chunk_dss.c Add extent serial numbers. 2016-11-15 13:33:40 -08:00
chunk_mmap.c Fix potential VM map fragmentation regression. 2016-06-07 14:21:21 -07:00
ckh.c Refactor prng to not use 64-bit atomics on 32-bit platforms. 2016-11-07 11:50:59 -08:00
ctl.c Do not (recursively) allocate within tsd_fetch(). 2016-10-21 00:27:37 -07:00
extent.c Consistently use size_t rather than uint64_t for extent serial numbers. 2016-11-15 13:47:22 -08:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Fix lock order reversal during gdump. 2017-01-24 12:50:06 -08:00
jemalloc.c Avoid redeclaring glibc's secure_getenv 2017-01-25 11:22:28 -08:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Add os_unfair_lock support. 2016-11-02 19:35:12 -07:00
nstime.c Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. 2016-10-29 22:59:42 -07:00
pages.c Add --disable-syscall. 2016-12-03 16:56:19 -08:00
prng.c Refactor prng* from cpp macros into inline functions. 2016-02-19 20:29:06 -08:00
prof.c Refactor prng to not use 64-bit atomics on 32-bit platforms. 2016-11-07 11:50:59 -08:00
quarantine.c Resolve bootstrapping issues when embedded in FreeBSD libc. 2016-05-10 22:51:33 -07:00
rtree.c Fix over-sized allocation of rtree leaf nodes. 2016-10-28 00:41:15 -07:00
spin.c Add/use adaptive spinning. 2016-10-13 14:58:38 -07:00
stats.c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-11-15 15:00:28 -08:00
tcache.c Fix an MSVC compiler warning. 2016-11-15 21:08:28 -08:00
ticker.c Implement ticker. 2016-02-19 20:29:06 -08:00
tsd.c Use TSDN_NULL rather than NULL as appropriate. 2016-10-04 15:56:56 -07:00
util.c Add --disable-syscall. 2016-12-03 16:56:19 -08:00
valgrind.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
witness.c Convert witness_assert_lockless() to witness_assert_lock_depth(). 2017-01-24 12:50:06 -08:00
zone.c Add dummy implementations for most remaining OSX zone allocator functions 2017-01-17 20:12:24 -08:00