Searched defs:mm_heap_s (Results 1 – 1 of 1) sorted by relevance
258 struct mm_heap_s struct264 sem_t mm_semaphore;265 uint16_t mm_holder;266 int mm_counts_held;270 size_t mm_heapsize;274 struct mm_allocnode_s *mm_heapstart[CONFIG_MM_REGIONS];275 struct mm_allocnode_s *mm_heapend[CONFIG_MM_REGIONS];278 int mm_nregions;286 struct mm_freenode_s mm_nodelist[MM_NNODES];
Completed in 3 milliseconds