Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ bytesAllocated
Method
bytesAllocated
include/daScript/misc/memory_model.h:261–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
return p;
260
}
261
uint64_t bytesAllocated ( ) const {
262
uint32_t d, p; uint64_t b, t;
263
getStats(d, p, b, t);
264
return b;
265
}
266
uint64_t totalBytesAllocated ( ) const {
267
uint32_t d, p; uint64_t b, t;
268
getStats(d, p, b, t);
Callers
1
impl_allocate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected