Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
2453a3062d36f39f01302f9f1ad18e7a0c54fe38
/
.
/
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
);