Searched refs:multi_heap_malloc_impl (Results 1 – 10 of 10) sorted by relevance
51 multi_heap_malloc_impl = 0x4000047c; symbol64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
51 multi_heap_malloc_impl = 0x40000474; symbol64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
10 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
266 PROVIDE( multi_heap_malloc_impl = 0x40000358 ); symbol
43 void *multi_heap_malloc_impl(multi_heap_handle_t heap, size_t size);
25 multi_heap:multi_heap_malloc_impl (noflash)
199 void *multi_heap_malloc_impl(multi_heap_handle_t heap, size_t size) in multi_heap_malloc_impl() function240 return multi_heap_malloc_impl(heap, size); in multi_heap_realloc_impl()
251 poison_head_t *head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_malloc()335 new_head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_realloc()
287 PROVIDE( multi_heap_malloc_impl = 0x40000368 ); symbol
279 PROVIDE( multi_heap_malloc_impl = 0x40000358 ); symbol