Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_caps_init.c92 size_t heap_idx = 0; in heap_caps_init() local
98 heap_t *heap = &temp_heaps[heap_idx]; in heap_caps_init()
102 heap_idx++; in heap_caps_init()
103 assert(heap_idx <= num_heaps); in heap_caps_init()
121 assert(heap_idx == num_heaps); in heap_caps_init()