Searched refs:raw_malloc (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | mempool.c | 146 p = raw_malloc(0, 0, size, pool->mctx); in mempool_alloc()
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | malloc.h | 162 void *raw_malloc(size_t hdr_size, size_t ftr_size, size_t pl_size,
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget_malloc.c | 444 void *raw_malloc(size_t hdr_size, size_t ftr_size, size_t pl_size, in raw_malloc() function 582 hdr = raw_malloc(sizeof(struct mdbg_hdr), in gen_mdbg_malloc() 790 p = raw_malloc(0, 0, size, &malloc_ctx); in malloc() 1030 p = raw_malloc(0, 0, size, &nex_malloc_ctx); in nex_malloc()
|
Completed in 6 milliseconds