Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void OSSetArenaHi(void *addr) { __OSArenaHi = addr; }
14
15
void OSSetArenaLo(void *addr) { __OSArenaLo = addr; }
16
17
void *OSAllocFromArenaLo(u32 size, u32 align)
18
{
Callers
4
OSAllocFromArenaLo
Function · 0.85
OSInit
Function · 0.85
initArena
Method · 0.85
InitDefaultHeap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected