Home
last modified time | relevance | path

Searched refs:malloc_add_pool (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/ldelf/
A Dmain.c140 malloc_add_pool((void *)mpool_base, mpool_size); in ldelf()
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h80 void malloc_add_pool(void *buf, size_t len);
/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c466 malloc_add_pool(__heap2_start, __heap2_end - __heap2_start); in init_runtime()
467 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_runtime()
610 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_runtime()
1282 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in virt_init_heap()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c169 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c1006 void malloc_add_pool(void *buf, size_t len) in malloc_add_pool() function

Completed in 12 milliseconds