Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ ~StackMem
Method
~StackMem
Source/Memory/allocation.cpp:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
StackMem::~StackMem() {
193
alloc.stack.Free(v);
194
}
195
196
void* StackMem::ptr() {
197
return v;
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected