Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
allocateString
Function · 0.45
profileNode
Function · 0.45
for_each_item
Function · 0.45
gather
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected