Searched refs:raw_free (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 185 raw_free(ptr, pool->mctx, false /*!wipe*/); in mempool_free()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 151 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 490 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe) in raw_free() function 640 raw_free(ptr, ctx, flags & MAF_FREE_WIPE); in free_flags()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 792 raw_free(buffer, __ta_no_share_malloc_ctx, false); in TEE_Free()
|