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

Function __AXPushFreeStack

src/dolphin/src/ax/AXAlloc.c:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void __AXPushFreeStack(AXVPB* p)
64{
65 p->next = __AXStackHead[0];
66 __AXStackHead[0] = p;
67 p->priority = 0;
68}
69
70void __AXPushCallbackStack(AXVPB* p)
71{

Callers 3

__AXServiceCallbackStackFunction · 0.85
AXFreeVoiceFunction · 0.85
__AXVPBInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected