Home
last modified time | relevance | path

Searched refs:multi_heap_malloc (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld10 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol
/hal_espressif-latest/components/heap/include/
Dmulti_heap.h44 void *multi_heap_malloc(multi_heap_handle_t heap, size_t size);
/hal_espressif-latest/components/heap/
Dlinker.lf43 multi_heap_poisoning:multi_heap_malloc (noflash)
Dmulti_heap_poisoning.c240 void *multi_heap_malloc(multi_heap_handle_t heap, size_t size) in multi_heap_malloc() function
303 return multi_heap_malloc(heap, size); in multi_heap_realloc()
Dheap_caps_init.c128 heaps_array = multi_heap_malloc(temp_heaps[i].heap, sizeof(heap_t) * num_heaps); in heap_caps_init()
Dheap_caps.c167 … ret = multi_heap_malloc(heap->heap, size + 4); // int overflow checked above in heap_caps_malloc_base()
176 ret = multi_heap_malloc(heap->heap, size); in heap_caps_malloc_base()
Dmulti_heap.c31 void *multi_heap_malloc(multi_heap_handle_t heap, size_t size)
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol