Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ bottom
Method
bottom
include/daScript/simulate/heap.h:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
__forceinline char * bottom() const { // bottom of the stack
106
return stack;
107
}
108
109
__forceinline char * top() const { // top of the stack
110
return stack + stackSize;
Callers
12
eval
Method · 0.80
reportAnyHeap
Method · 0.80
collectHeap
Method · 0.80
eval
Method · 0.80
dapiStackWalk
Function · 0.80
logMemInfo
Method · 0.80
invoke
Function · 0.80
invokeEx
Method · 0.80
vec4f
Method · 0.80
vec4f
Method · 0.80
vec4f
Method · 0.80
vec4f
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected