Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dmempool.c75 size_t sz = pool->size - raw_malloc_get_ctx_size(); in init_mpool()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h156 size_t raw_malloc_get_ctx_size(void);
/optee_os/lib/libutee/
H A Duser_ta_entry.c182 __ta_no_share_malloc_ctx = malloc(raw_malloc_get_ctx_size()); in init_instance()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c796 size_t raw_malloc_get_ctx_size(void) in raw_malloc_get_ctx_size() function