Searched refs:raw_free (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | mempool.c | 183 raw_free(ptr, pool->mctx, false /*!wipe*/); in mempool_free()
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | malloc.h | 164 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget_malloc.c | 454 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe) in raw_free() function 608 raw_free(hdr, ctx, wipe); in gen_mdbg_free() 799 raw_free(ptr, &malloc_ctx, wipe); in free_helper() 1069 raw_free(ptr, &nex_malloc_ctx, false /* !wipe */); in nex_free()
|
Completed in 5 milliseconds