Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
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