Searched refs:OSi_GetTotalAllocSize (Results 1 – 2 of 2) sorted by relevance
281 extern u32 OSi_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap, BOOL isHeadInclude);284 return OSi_GetTotalAllocSize(id, heap, FALSE); in OS_GetTotalAllocSize()300 return OSi_GetTotalAllocSize(id, heap, TRUE); in OS_GetTotalOccupiedSize()
1546 u32 OSi_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap, BOOL isHeadInclude) in OSi_GetTotalAllocSize() function