]>
git.saurik.com Git - redis.git/blob - deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
b29f39e9eafef4f87ea8313117f409e7e6c1c467
1 /******************************************************************************/
2 #ifdef JEMALLOC_H_TYPES
4 #endif /* JEMALLOC_H_TYPES */
5 /******************************************************************************/
6 #ifdef JEMALLOC_H_STRUCTS
8 #endif /* JEMALLOC_H_STRUCTS */
9 /******************************************************************************/
10 #ifdef JEMALLOC_H_EXTERNS
12 void pages_purge(void *addr
, size_t length
);
14 void *chunk_alloc_mmap(size_t size
, size_t alignment
, bool *zero
);
15 bool chunk_dealloc_mmap(void *chunk
, size_t size
);
17 #endif /* JEMALLOC_H_EXTERNS */
18 /******************************************************************************/
19 #ifdef JEMALLOC_H_INLINES
21 #endif /* JEMALLOC_H_INLINES */
22 /******************************************************************************/