2 #ifdef JEMALLOC_H_TYPES
8 #define LG_CHUNK_DEFAULT 21
11 #define CHUNK_ADDR2BASE(a) \
12 ((void *)((uintptr_t)(a) & ~chunksize_mask))
15 #define CHUNK_ADDR2OFFSET(a) \
16 ((size_t)((uintptr_t)(a) & chunksize_mask))
19 #define CHUNK_CEILING(s) \
20 (((s) + chunksize_mask) & ~chunksize_mask)
22 #define CHUNK_HOOKS_INITIALIZER { \
34 #ifdef JEMALLOC_H_STRUCTS
38 #ifdef JEMALLOC_H_EXTERNS
61 size_t *sn,
bool *zero,
bool *
commit,
bool dalloc_node);
64 size_t *sn,
bool *zero,
bool *
commit);
70 bool zeroed,
bool committed);
78 #ifdef JEMALLOC_H_INLINES
80 #ifndef JEMALLOC_ENABLE_INLINE
84 #if (defined(JEMALLOC_ENABLE_INLINE) || defined(JEMALLOC_CHUNK_C_))
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
#define chunk_alloc_cache
#define chunk_purge_wrapper
#define chunk_alloc_wrapper
#define chunk_dalloc_wrapper
#define chunk_dalloc_cache
#define chunk_hooks_default
_W64 unsigned int uintptr_t