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

Method reset

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

Source from the content-addressed store, hash-verified

43 }
44
45 __forceinline void reset() {
46 evalTop = stackTop = stack + stackSize;
47 }
48
49 __forceinline bool push(uint32_t size, char * & EP, char * & SP ) { // stack watermark
50 DAS_ASSERTF(stack,"can't push on null stack");

Callers 4

restartHeapsFunction · 0.45
~DebugAgentInstanceMethod · 0.45
resetFunction · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected