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
/******************************************************************************/
size
voidpf void uLong size
Definition:
ioapi.h:138
base_postfork_child
#define base_postfork_child
Definition:
private_namespace.h:144
base_prefork
#define base_prefork
Definition:
private_namespace.h:146
base_alloc
#define base_alloc
Definition:
private_namespace.h:142
base_postfork_parent
#define base_postfork_parent
Definition:
private_namespace.h:145
base_boot
#define base_boot
Definition:
private_namespace.h:143
base_stats_get
#define base_stats_get
Definition:
private_namespace.h:147
subprojects
rzheap
rz_jemalloc
internal
base.h
Generated by
1.9.1