Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dboot.c118 malloc_add_pool((void *)va, len); in add_padding_to_pool()
135 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_primary()
142 malloc_add_pool(p, sz); in init_primary()
/optee_os/core/arch/arm/kernel/
H A Dboot.c877 malloc_add_pool((void *)va, len); in add_padding_to_pool()
911 malloc_add_pool(__heap2_start, __heap2_end - __heap2_start); in init_primary()
917 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_primary()
928 malloc_add_pool(p, sz); in init_primary()
H A Dvirtualization.c328 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in virt_guest_created()
/optee_os/ldelf/
H A Dmain.c148 malloc_add_pool((void *)mpool_base, mpool_size); in ldelf()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h81 void malloc_add_pool(void *buf, size_t len);
/optee_os/lib/libutee/
H A Duser_ta_entry.c180 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c905 void malloc_add_pool(void *buf, size_t len) in malloc_add_pool() function