Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h10 #define MAX_MULTI_HEAPS 8 macro
69 struct sys_multi_heap_rec heaps[MAX_MULTI_HEAPS];
/Zephyr-latest/lib/heap/
Dshared_multi_heap.c17 struct sys_heap heap_pool[MAX_MULTI_HEAPS];
65 if (smh_data[attr].heap_cnt >= MAX_MULTI_HEAPS) { in shared_multi_heap_add()
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c21 struct ma_heap ma_heaps[MAX_MULTI_HEAPS];
90 if (mah_data.nheaps >= MAX_MULTI_HEAPS) { in ma_heap_add()