Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ heap_bytes_allocated
Function
heap_bytes_allocated
src/builtin/module_builtin_runtime.cpp:890–892 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
888
}
889
890
uint64_t heap_bytes_allocated ( Context * context ) {
891
return context->heap->bytesAllocated();
892
}
893
894
int32_t heap_depth ( Context * context ) {
895
return (int32_t) context->heap->depth();
Callers
1
test_heap_64bit.cpp
File · 0.85
Calls
1
bytesAllocated
Method · 0.45
Tested by
no test coverage detected