MCPcopy 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
192StackMem::~StackMem() {
193 alloc.stack.Free(v);
194}
195
196void* StackMem::ptr() {
197 return v;

Callers

nothing calls this directly

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected