Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void __AXPushFreeStack(AXVPB* p)
64
{
65
p->next = __AXStackHead[0];
66
__AXStackHead[0] = p;
67
p->priority = 0;
68
}
69
70
void __AXPushCallbackStack(AXVPB* p)
71
{
Callers
3
__AXServiceCallbackStack
Function · 0.85
AXFreeVoice
Function · 0.85
__AXVPBInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected