Searched refs:OSHeapHandle (Results 1 – 11 of 11) sorted by relevance
72 typedef int OSHeapHandle; typedef82 OSHeapHandle OSCreateHeap(86 OSHeapHandle heap);88 OSHeapHandle heap,92 OSHeapHandle OSSetCurrentHeap(93 OSHeapHandle heap);96 OSHeapHandle heap,102 OSHeapHandle heap,106 OSHeapHandle heap);108 OSHeapHandle heap);[all …]
153 volatile OSHeapHandle __OSCurrHeap = -1;338 void* OSAllocFromHeap(OSHeapHandle heap, u32 size) in OSAllocFromHeap()441 OSHeapHandle i; // heap iterator in OSAllocFixed()584 void OSFreeToHeap(OSHeapHandle heap, void* ptr) in OSFreeToHeap()627 OSHeapHandle OSSetCurrentHeap(OSHeapHandle heap) in OSSetCurrentHeap()629 OSHeapHandle prev; in OSSetCurrentHeap()657 OSHeapHandle i; in OSInitAlloc()711 OSHeapHandle OSCreateHeap(void* start, void* end) in OSCreateHeap()713 OSHeapHandle heap; in OSCreateHeap()787 void OSDestroyHeap(OSHeapHandle heap) in OSDestroyHeap()[all …]
194 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorAllocForOSHeap_()214 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorFreeForOSHeap_()380 OSHeapHandle heap in MEMInitAllocatorForOSHeap()
40 OSHeapHandle TheHeap;
44 OSHeapHandle Heap1, Heap2;
72 void MEMInitAllocatorForOSHeap ( MEMAllocator* pAllocator, OSHeapHandle heap );
94 OSHeapHandle hOSHeap = OSCreateHeap( arenaLo + HEAP_SIZE * 3, arenaLo + HEAP_SIZE * 4 ); in main()
60 OSHeapHandle heap ; in init_memory()
74 OSHeapHandle heap ; in init_memory()
311 OSHeapHandle heapHandle; in DEMOConfigureMem()