MCPcopy Create free account
hub / github.com/doldecomp/mkdd / OSSetArenaLo

Function OSSetArenaLo

libs/dolphin/os/OSArena.c:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13void OSSetArenaHi(void *addr) { __OSArenaHi = addr; }
14
15void OSSetArenaLo(void *addr) { __OSArenaLo = addr; }
16
17void *OSAllocFromArenaLo(u32 size, u32 align)
18{

Callers 4

OSAllocFromArenaLoFunction · 0.85
OSInitFunction · 0.85
initArenaMethod · 0.85
InitDefaultHeapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected