]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/jemalloc/include/jemalloc/internal/base.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / jemalloc / 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 void    *base_alloc(size_t size);
13 void    *base_calloc(size_t number, size_t size);
14 extent_node_t *base_node_alloc(void);
15 void    base_node_dealloc(extent_node_t *node);
16 bool    base_boot(void);
17 void    base_prefork(void);
18 void    base_postfork_parent(void);
19 void    base_postfork_child(void);
20
21 #endif /* JEMALLOC_H_EXTERNS */
22 /******************************************************************************/
23 #ifdef JEMALLOC_H_INLINES
24
25 #endif /* JEMALLOC_H_INLINES */
26 /******************************************************************************/