server-skynet-source-3rd-je.../include/jemalloc/internal
Mike Hommey 0f7376eb62 Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
The SDK jemalloc is built against might be not be the latest for various
reasons, but the resulting binary ought to work on newer versions of
OSX.

In order to ensure this, we need the fullest definitions possible, so
copy what we need from the latest version of malloc/malloc.h available
on opensource.apple.com.
2017-01-17 20:13:28 -08:00
..
arena_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
arena_inlines_a.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
arena_inlines_b.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
arena_structs_a.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
arena_structs_b.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
arena_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
assert.h Tweak code to allow compilation of concatenated src/*.c sources. 2015-11-12 11:06:41 -08:00
atomic_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
atomic_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
base_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
base_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
base_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
base_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
bitmap_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
bitmap_inlines.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
bitmap_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
bitmap_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ckh_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ckh_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ckh_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ctl_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ctl_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ctl_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_dss_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_dss_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_dss_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
extent_mmap_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
extent_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
hash_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
jemalloc_internal_decls.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
jemalloc_internal_defs.h.in Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions 2017-01-17 20:13:28 -08:00
jemalloc_internal_macros.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
jemalloc_internal.h.in Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions 2017-01-17 20:13:28 -08:00
large_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
mutex_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
mutex_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
mutex_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
mutex_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
nstime_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
nstime_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
nstime_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
pages_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
pages_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ph.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
private_namespace.sh Refactor to support more varied testing. 2013-12-03 22:06:59 -08:00
private_symbols.txt Fix prof_realloc() regression. 2017-01-17 15:16:37 -08:00
private_unnamespace.sh Refactor to support more varied testing. 2013-12-03 22:06:59 -08:00
prng_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
prng_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
prof_externs.h Fix prof_realloc() regression. 2017-01-17 15:16:37 -08:00
prof_inlines.h Fix prof_realloc() regression. 2017-01-17 15:16:37 -08:00
prof_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
prof_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
public_namespace.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
public_unnamespace.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
ql.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
qr.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
rb.h Remove rbt_nil 2016-02-23 18:09:25 -08:00
rtree_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
rtree_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
rtree_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
rtree_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
size_classes.sh Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
smoothstep.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
smoothstep.sh Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
spin_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
spin_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
spin_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
stats_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
stats_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
stats_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tcache_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tcache_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
tcache_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tcache_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ticker_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
ticker_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
ticker_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tsd_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tsd_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
tsd_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
tsd_types.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
util_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
util_inlines.h Remove leading blank lines from function bodies. 2017-01-13 14:49:24 -08:00
util_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
witness_externs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
witness_inlines.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
witness_structs.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00
witness_types.h Break up headers into constituent parts 2017-01-12 15:43:51 -08:00