Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dshared_multi_heap.c36 for (size_t hdx = 0; hdx < smh_data[attr].heap_cnt; hdx++) { in smh_choice() local
37 h = &smh_data[attr].heap_pool[hdx]; in smh_choice()
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c40 for (size_t hdx = 0; hdx < mah_data.nheaps; hdx++) { in mah_choice() local
43 h = &mah_data.ma_heaps[hdx]; in mah_choice()