Home
last modified time | relevance | path

Searched refs:MEM_FREE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp62 MEM_FREE, enumerator
270 add_log(MEM_FREE, __FUNCTION__, node->ptr, NULL, in ~MppMemService()
742 service.add_log(MEM_FREE, caller, ptr, ptr_real, size, 0); in mpp_osal_free()
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c100 if ((info.State == MEM_FREE) && (info.RegionSize >= size)) in findRegion()
H A Ddlmalloc.src1015 if ((info.State == MEM_FREE) && (info.RegionSize >= size))