Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ free
Method
free
src/SB/Core/x/xHud.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void block_allocator::free(void* ptr)
70
{
71
*(void**)((U32)ptr - 4) = _top;
72
_top = (void*)((U32)ptr - 4);
73
}
74
75
void block_allocator::flush()
76
{
Callers
2
updater
Method · 0.80
clear_motives
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected