MCPcopy 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

Calls 1

bytesAllocatedMethod · 0.45

Tested by

no test coverage detected