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

Method free_size

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

Source from the content-addressed store, hash-verified

113 return (stack<=p) && (p<=(stack + stackSize));
114 }
115 __forceinline uint32_t free_size() const {
116 return uint32_t(stackTop - stack);
117 }
118 public:
119 char * stack = nullptr;
120 char * evalTop = nullptr;

Callers 2

vec4fMethod · 0.80
callOrFastcallFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected