Home
last modified time | relevance | path

Searched refs:raw_free (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dmempool.c185 raw_free(ptr, pool->mctx, false /*!wipe*/); in mempool_free()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h151 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c490 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 Dtee_api.c792 raw_free(buffer, __ta_no_share_malloc_ctx, false); in TEE_Free()