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

Method is_stack_ptr

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

Source from the content-addressed store, hash-verified

110 return stack + stackSize;
111 }
112 __forceinline bool is_stack_ptr ( char * p ) const {
113 return (stack<=p) && (p<=(stack + stackSize));
114 }
115 __forceinline uint32_t free_size() const {
116 return uint32_t(stackTop - stack);
117 }

Callers 2

describe_ptrMethod · 0.80
builtin_scope_freeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected