MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / bytesAllocated

Function bytesAllocated

include/daScript/misc/memory_model.h:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 return (bigStuff.find(ptr)!=bigStuff.end());
301 }
302 uint64_t bytesAllocated() const { return totalAllocated; }
303 uint64_t maxBytesAllocated() const { return maxAllocated; }
304 uint64_t totalAlignedMemoryAllocated() const;
305 void setTrackAllocations ( bool on );

Callers 1

resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected