]> git.saurik.com Git - redis.git/blob - deps/jemalloc.orig/include/jemalloc/internal/base.h
Jemalloc updated to 3.0.0.
[redis.git] / deps / jemalloc.orig / include / jemalloc / internal / base.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 extern malloc_mutex_t base_mtx;
13
14 void *base_alloc(size_t size);
15 extent_node_t *base_node_alloc(void);
16 void base_node_dealloc(extent_node_t *node);
17 bool base_boot(void);
18
19 #endif /* JEMALLOC_H_EXTERNS */
20 /******************************************************************************/
21 #ifdef JEMALLOC_H_INLINES
22
23 #endif /* JEMALLOC_H_INLINES */
24 /******************************************************************************/