Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getRootHeap
Function
getRootHeap
libs/JSystem/JAudio/System/JASWaveArcLoader.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
static char sCurrentDir[DIR_MAX] =
"/AudioRes/Waves/"
;
16
17
JASHeap *getRootHeap() {
18
return sAramHeap ? sAramHeap : JASKernel::getAramHeap();
19
}
20
21
void setRootHeap(JASHeap *heap) {
22
sAramHeap = heap;
Callers
9
SysDebug
Method · 0.85
getHeapLabel
Method · 0.85
drawMemMap
Method · 0.85
destroyHeapInfo
Method · 0.85
load
Method · 0.85
create
Method · 0.85
callback
Method · 0.85
drawHeapBar
Method · 0.85
JKRGetRootHeap
Function · 0.85
Calls
1
getAramHeap
Function · 0.85
Tested by
no test coverage detected