Lines Matching refs:OSHeapHandle

135 static OSHeapHandle OSi_ExtraHeapHandle = -1;
143 volatile OSHeapHandle currentHeap;
360 void *OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size) in OS_AllocFromHeap()
497 OSHeapHandle i; // heap iterator in OS_AllocFixed()
673 void OS_FreeToHeap(OSArenaId id, OSHeapHandle heap, void *ptr) in OS_FreeToHeap()
737 void OS_FreeAllToHeap(OSArenaId id, OSHeapHandle heap) in OS_FreeAllToHeap()
793 OSHeapHandle OS_SetCurrentHeap(OSArenaId id, OSHeapHandle heap) in OS_SetCurrentHeap()
796 OSHeapHandle prev; in OS_SetCurrentHeap()
834 OSHeapHandle i; in OS_InitAlloc()
911 OSHeapHandle OS_CreateHeap(OSArenaId id, void *start, void *end) in OS_CreateHeap()
914 OSHeapHandle heap; in OS_CreateHeap()
997 OSHeapHandle OS_CreateExtraHeap(OSArenaId id) in OS_CreateExtraHeap()
1000 OSHeapHandle heap; in OS_CreateExtraHeap()
1062 void OS_DestroyHeap(OSArenaId id, OSHeapHandle heap) in OS_DestroyHeap()
1128 void OS_AddToHeap(OSArenaId id, OSHeapHandle heap, void *start, void *end) in OS_AddToHeap()
1134 OSHeapHandle i; in OS_AddToHeap()
1207 void OS_AddExtraAreaToHeap(OSArenaId id, OSHeapHandle heap) in OS_AddExtraAreaToHeap()
1265 s32 OS_CheckHeap(OSArenaId id, OSHeapHandle heap) in OS_CheckHeap()
1413 void OS_DumpHeap(OSArenaId id, OSHeapHandle heap) in OS_DumpHeap()
1546 u32 OSi_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap, BOOL isHeadInclude) in OSi_GetTotalAllocSize()
1595 u32 OS_GetTotalFreeSize(OSArenaId id, OSHeapHandle heap) in OS_GetTotalFreeSize()
1633 u32 OS_GetMaxFreeSize(OSArenaId id, OSHeapHandle heap) in OS_GetMaxFreeSize()
1680 void OS_ClearHeap(OSArenaId id, OSHeapHandle heap, void *start, void *end) in OS_ClearHeap()
1747 void OS_ClearExtraHeap(OSArenaId id, OSHeapHandle heap) in OS_ClearExtraHeap()