Sign in
gem5
/
arm
/
linux-arm64-legacy
/
5718bbd2d92b9c2aa2f5700e4d3ed9d72f72f47e
/
.
/
drivers
/
media
/
video
/
zr36120_mem.h
blob: aad117acc91d558b5d5e1ce72ab31cadc8c7e410 [
file
] [
log
] [
blame
]
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void
*
bmalloc
(
unsigned
long
size
);
void
bfree
(
void
*
mem
,
unsigned
long
size
);