Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
j
l
m
p
s
w
Typedefs
Enumerations
Enumerator
c
e
o
t
u
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
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
i
j
m
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
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
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
▼
Twilight Princess
►
About
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
docs
▼
include
►
c
►
d
►
dolphin
►
f_ap
►
f_op
►
f_pc
►
JSystem
►
m_Do
►
REL
▼
SSystem
▼
SComponent
►
c_angle.h
►
c_API.h
►
c_API_controller_pad.h
►
c_API_graphic.h
►
c_bg_s_chk.h
►
c_bg_s_gnd_chk.h
►
c_bg_s_lin_chk.h
►
c_bg_s_poly_info.h
►
c_bg_s_shdw_draw.h
►
c_bg_w.h
►
c_cc_d.h
►
c_cc_s.h
►
c_counter.h
►
c_lib.h
►
c_list.h
►
c_list_iter.h
►
c_m2d.h
►
c_m3d.h
►
c_m3d_g_aab.h
►
c_m3d_g_cir.h
►
c_m3d_g_cps.h
►
c_m3d_g_cyl.h
►
c_m3d_g_lin.h
►
c_m3d_g_pla.h
►
c_m3d_g_sph.h
►
c_m3d_g_tri.h
►
c_m3d_g_vtx.h
►
c_malloc.h
►
c_math.h
►
c_node.h
►
c_node_iter.h
►
c_phase.h
►
c_request.h
►
c_sxyz.h
►
c_tag.h
►
c_tag_iter.h
►
c_tree.h
►
c_tree_iter.h
►
c_xyz.h
►
SStandard
►
TRK_MINNOW_DOLPHIN
►
Z2AudioLib
dol2asm.h
►
DynamicLink.h
►
global.h
►
src
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
c_malloc.h
Go to the documentation of this file.
1
#ifndef C_MALLOC_H
2
#define C_MALLOC_H
3
4
#include "
dolphin/types.h
"
5
6
class
JKRHeap
;
7
8
struct
cMl
{
9
static
JKRHeap
*
Heap
;
10
/* 80263220 */
static
void
init
(
JKRHeap
*);
11
/* 80263228 */
static
void
*
memalignB
(
int
,
u32
);
12
/* 80263260 */
static
void
free
(
void
*);
13
};
8
struct
cMl
{
…
};
14
15
#endif
/* C_MALLOC_H */
JKRHeap
Definition
JKRHeap.h:16
init
static initFunc init[]
Definition
d_menu_collect.cpp:42
cMl
Definition
c_malloc.h:8
cMl::Heap
static JKRHeap * Heap
Definition
c_malloc.h:9
cMl::memalignB
static void * memalignB(int, u32)
Definition
c_malloc.cpp:18
cMl::free
static void free(void *)
Definition
c_malloc.cpp:30
types.h
u32
unsigned long u32
Definition
types.h:9
include
SSystem
SComponent
c_malloc.h
Generated by
1.12.0