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

Method reset

src/simulate/heap.cpp:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 uint64_t LinearHeapAllocator::bytesAllocated() const { return model.bytesAllocated(); }
203 uint64_t LinearHeapAllocator::totalAlignedMemoryAllocated() const { return model.totalAlignedMemoryAllocated(); }
204 void LinearHeapAllocator::reset() { model.reset(); }
205 void LinearHeapAllocator::shrink() { model.shrink(); }
206
207 void LinearHeapAllocator::report() {

Callers 2

resetFusionEngineFunction · 0.45
tryOpenFileMethod · 0.45

Calls 2

swapFunction · 0.50
resetFunction · 0.50

Tested by

no test coverage detected