Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_caps_init.c91 heap_t temp_heaps[num_heaps]; in heap_caps_init() local
98 heap_t *heap = &temp_heaps[heap_idx]; in heap_caps_init()
130 if (heap_caps_match(&temp_heaps[i], MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL)) { in heap_caps_init()
132 heaps_array = multi_heap_malloc(temp_heaps[i].heap, sizeof(heap_t) * num_heaps); in heap_caps_init()
140 memcpy(heaps_array, temp_heaps, sizeof(heap_t)*num_heaps); in heap_caps_init()