Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dmempool.c88 raw_malloc_add_pool(pool->mctx, (void *)pool->data, v - pool->data); in init_mpool()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h158 void raw_malloc_add_pool(struct malloc_ctx *ctx, void *buf, size_t len);
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c769 raw_malloc_add_pool(ctx, buf, len); in gen_malloc_add_pool()
808 void raw_malloc_add_pool(struct malloc_ctx *ctx, void *buf, size_t len) in raw_malloc_add_pool() function
/optee_os/lib/libutee/
H A Duser_ta_entry.c185 raw_malloc_add_pool(__ta_no_share_malloc_ctx, in init_instance()