Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
Dhalloc.h29 void * h_malloc (size_t len);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c144 void * h_malloc(size_t len) in h_malloc() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c477 pool = h_malloc(sizeof(*pool)); in ne_pool_init()
494 p = h_malloc(size); in ne_pool_alloc()