Rizin
unix-like reverse engineering framework and cli tools
base.h
Go to the documentation of this file.
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(tsdn_t *tsdn, size_t size);
13 void base_stats_get(tsdn_t *tsdn, size_t *allocated, size_t *resident,
14  size_t *mapped);
15 bool base_boot(void);
16 void base_prefork(tsdn_t *tsdn);
17 void base_postfork_parent(tsdn_t *tsdn);
18 void base_postfork_child(tsdn_t *tsdn);
19 
20 #endif /* JEMALLOC_H_EXTERNS */
21 /******************************************************************************/
22 #ifdef JEMALLOC_H_INLINES
23 
24 #endif /* JEMALLOC_H_INLINES */
25 /******************************************************************************/
voidpf void uLong size
Definition: ioapi.h:138
#define base_postfork_child
#define base_prefork
#define base_alloc
#define base_postfork_parent
#define base_boot
#define base_stats_get