Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
obm
/
Common
/
Misc
/
malloc.h
blob: 43b26c829509239dcf0dfa890955e6d686bcea03 [
file
] [
log
] [
blame
]
#ifndef
h_malloc_h
#define
h_malloc_h
int
free
(
void
*
free
);
void
*
malloc
(
int
num
);
int
malloc_init
(
unsigned
int
ta_base
,
unsigned
int
length
);
#endif