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
chunk_mmap.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
*
chunk_alloc_mmap
(
void
*new_addr,
size_t
size
,
size_t
alignment,
13
bool
*zero,
bool
*
commit
);
14
bool
chunk_dalloc_mmap
(
void
*
chunk
,
size_t
size
);
15
16
#endif
/* JEMALLOC_H_EXTERNS */
17
/******************************************************************************/
18
#ifdef JEMALLOC_H_INLINES
19
20
#endif
/* JEMALLOC_H_INLINES */
21
/******************************************************************************/
size
voidpf void uLong size
Definition:
ioapi.h:138
test-lz4-speed.commit
string commit
Definition:
test-lz4-speed.py:318
chunk_dalloc_mmap
#define chunk_dalloc_mmap
Definition:
private_namespace.h:168
chunk_alloc_mmap
#define chunk_alloc_mmap
Definition:
private_namespace.h:164
chunk
Definition:
malloc.c:21
subprojects
rzheap
rz_jemalloc
internal
chunk_mmap.h
Generated by
1.9.1