Searched refs:fa_mem (Results 1 – 1 of 1) sorted by relevance
34 void *fa_mem = HEAP_FREE_AREA_START (fa); in __heap_alloc_at() local35 if (fa_mem <= mem) in __heap_alloc_at()37 if (fa_mem == mem && fa->size >= size) in __heap_alloc_at()
Completed in 3 milliseconds