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