Searched refs:OSi_GetTotalAllocSize (Results 1 – 2 of 2) sorted by relevance
249 extern u32 OSi_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap, BOOL isHeadInclude);252 return OSi_GetTotalAllocSize(id, heap, FALSE); in OS_GetTotalAllocSize()268 return OSi_GetTotalAllocSize(id, heap, TRUE); in OS_GetTotalOccupiedSize()
1405 u32 OSi_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap, BOOL isHeadInclude) in OSi_GetTotalAllocSize() function