]> git.saurik.com Git - redis.git/blob - deps/jemalloc/include/jemalloc/internal/zone.h
859b529d4436e976e1f24a94d404f9e3fa515e62
[redis.git] / deps / jemalloc / include / jemalloc / internal / zone.h
1 #ifndef JEMALLOC_ZONE
2 # error "This source file is for zones on Darwin (OS X)."
3 #endif
4 /******************************************************************************/
5 #ifdef JEMALLOC_H_TYPES
6
7 #endif /* JEMALLOC_H_TYPES */
8 /******************************************************************************/
9 #ifdef JEMALLOC_H_STRUCTS
10
11 #endif /* JEMALLOC_H_STRUCTS */
12 /******************************************************************************/
13 #ifdef JEMALLOC_H_EXTERNS
14
15 malloc_zone_t *create_zone(void);
16 void szone2ozone(malloc_zone_t *zone);
17
18 #endif /* JEMALLOC_H_EXTERNS */
19 /******************************************************************************/
20 #ifdef JEMALLOC_H_INLINES
21
22 #endif /* JEMALLOC_H_INLINES */
23 /******************************************************************************/