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

Method getFreeBytes

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

! returns amount of free bytes */

Source from the content-addressed store, hash-verified

104
105 /*! returns amount of free bytes */
106 __forceinline size_t getFreeBytes() const { return end-cur; }
107
108 /*! returns amount of wasted bytes */
109 __forceinline size_t getWastedBytes() const { return bytesWasted; }

Callers 1

StatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected