Searched refs:malloc_add_pool (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | boot.c | 118 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 D | boot.c | 877 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 D | virtualization.c | 328 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in virt_guest_created()
|
| /optee_os/ldelf/ |
| H A D | main.c | 148 malloc_add_pool((void *)mpool_base, mpool_size); in ldelf()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 81 void malloc_add_pool(void *buf, size_t len);
|
| /optee_os/lib/libutee/ |
| H A D | user_ta_entry.c | 180 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 905 void malloc_add_pool(void *buf, size_t len) in malloc_add_pool() function
|