]>
Commit | Line | Data |
---|---|---|
a78e148b | 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 | ||
4934f93d | 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); | |
a78e148b | 18 | |
19 | #endif /* JEMALLOC_H_EXTERNS */ | |
20 | /******************************************************************************/ | |
21 | #ifdef JEMALLOC_H_INLINES | |
22 | ||
23 | #endif /* JEMALLOC_H_INLINES */ | |
24 | /******************************************************************************/ |