Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
30f30e13055d1e018c70d2b1b3ff86f8c25c511b
/
.
/
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
);