MCPcopy 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
552void NULLC::ResetMemory()
553{
554 ClearMemory();
555 globalObjects.reset();
556 finalizeList.reset();
557 ResetGC();
558}
559
560void NULLC::SetGlobalLimit(unsigned int limit)
561{

Callers

nothing calls this directly

Calls 2

ResetGCFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected