MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / OSSetCurrentHeap

Function OSSetCurrentHeap

src/dolphin/src/os/OSAlloc.c:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157OSHeapHandle OSSetCurrentHeap(OSHeapHandle heap)
158{
159 OSHeapHandle old = __OSCurrHeap;
160
161 __OSCurrHeap = heap;
162 return old;
163}
164
165void* OSInitAlloc(void* arenaStart, void* arenaEnd, int maxHeaps)
166{

Callers 2

InitDefaultHeapFunction · 0.85
iMemInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected