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

Function xMemPushTemp

src/SB/Core/x/xMemMgr.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void* xMemPushTemp(U32 size)
331{
332 return RwMalloc(size);
333}
334
335void xMemPopTemp(void* memory)
336{

Callers 14

PKR_getmemFunction · 0.70
UpdateRainFunction · 0.70
XOrdInitFunction · 0.70
xSG_sv_prepdestFunction · 0.70
xSG_ld_preploadFunction · 0.70
load_talk_filterFunction · 0.50
zParPTankBubbleCreateFunction · 0.50
iSGSaveFileFunction · 0.50
iSGReadLeaderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected