MCPcopy Create free account
hub / github.com/RenderKit/embree / getUsedBytes

Method getUsedBytes

kernels/common/alloc.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 __forceinline size_t getUsedBytes() const { return bytesUsed; }
104
105 /*! returns amount of free bytes */
106 __forceinline size_t getFreeBytes() const { return end-cur; }

Callers 2

postBuildMethod · 0.45
StatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected