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

Method size

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

Source from the content-addressed store, hash-verified

35 }
36
37 __forceinline uint32_t size() const {
38 return stackSize;
39 }
40
41 __forceinline bool empty() {
42 return stackTop == (stack + stackSize);

Callers 4

allocateStringFunction · 0.45
profileNodeFunction · 0.45
for_each_itemFunction · 0.45
gatherFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected