Home
last modified time | relevance | path

Searched refs:memory_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_plugin.c191 void *memory_alloc(void *pv_handle, UWORD32 u4_size) in memory_alloc() function
640 ps_ctxt = (plugin_ctxt_t *)memory_alloc(NULL, sizeof(plugin_ctxt_t)); in ihevce_init()
649 ps_ctxt->ihevce_mem_alloc = memory_alloc; in ihevce_init()
659 ps_ctxt->pv_osal_handle = memory_alloc(NULL, OSAL_HANDLE_SIZE); in ihevce_init()
663 s_cb_funcs.osal_alloc = memory_alloc; in ihevce_init()
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c628 memory_alloc(int ndim) in memory_alloc() function
675 mv = memory_alloc(src->ndim); in mbuf_add_view()
709 mv = memory_alloc(ndim); in mbuf_add_incomplete_view()