Searched refs:malloc_add_pool (Results 1 – 5 of 5) sorted by relevance
140 malloc_add_pool((void *)mpool_base, mpool_size); in ldelf()
80 void malloc_add_pool(void *buf, size_t len);
466 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()
169 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()
1006 void malloc_add_pool(void *buf, size_t len) in malloc_add_pool() function
Completed in 12 milliseconds