MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / reset

Function reset

include/daScript/simulate/heap.h:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 virtual uint64_t bytesAllocated() const override;
280 virtual uint64_t totalAlignedMemoryAllocated() const override;
281 virtual void reset() override { model.reset(); }
282 virtual void shrink() override { model.shrink(); }
283 virtual void report() override;
284 virtual bool mark() override;

Callers 14

resetMethod · 0.50
loadMethod · 0.50
load_fileMethod · 0.50
load_bufferMethod · 0.50
load_buffer_inplaceMethod · 0.50
StackAllocatorMethod · 0.50
resetMethod · 0.50
~ModuleGroupMethod · 0.50
uric.cppFile · 0.50
~UriMethod · 0.50
parseMethod · 0.50

Calls 1

resetMethod · 0.45

Tested by 1

DOCTEST_DEFINE_DECORATORFunction · 0.40