Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ ResetMemory
Method
ResetMemory
NULLC/StdLib.cpp:552–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
void NULLC::ResetMemory()
553
{
554
ClearMemory();
555
globalObjects.reset();
556
finalizeList.reset();
557
ResetGC();
558
}
559
560
void NULLC::SetGlobalLimit(unsigned int limit)
561
{
Callers
nothing calls this directly
Calls
2
ResetGC
Function · 0.85
reset
Method · 0.45
Tested by
no test coverage detected