]> git.saurik.com Git - redis.git/blob - deps/jemalloc/include/jemalloc/internal/chunk_dss.h
6e2643b24c3e88b29b6d8da9390493ee144288d1
[redis.git] / deps / jemalloc / include / jemalloc / internal / chunk_dss.h
1 /******************************************************************************/
2 #ifdef JEMALLOC_H_TYPES
3
4 #endif /* JEMALLOC_H_TYPES */
5 /******************************************************************************/
6 #ifdef JEMALLOC_H_STRUCTS
7
8 #endif /* JEMALLOC_H_STRUCTS */
9 /******************************************************************************/
10 #ifdef JEMALLOC_H_EXTERNS
11
12 void *chunk_alloc_dss(size_t size, size_t alignment, bool *zero);
13 bool chunk_in_dss(void *chunk);
14 bool chunk_dss_boot(void);
15 void chunk_dss_prefork(void);
16 void chunk_dss_postfork_parent(void);
17 void chunk_dss_postfork_child(void);
18
19 #endif /* JEMALLOC_H_EXTERNS */
20 /******************************************************************************/
21 #ifdef JEMALLOC_H_INLINES
22
23 #endif /* JEMALLOC_H_INLINES */
24 /******************************************************************************/