MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / GetUsedMemory

Method GetUsedMemory

include/luxrays/core/device.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79 virtual size_t GetMaxMemory() const { return 0; }
80 size_t GetUsedMemory() const { return usedMemory; }
81 void AllocMemory(size_t s) const { usedMemory += s; }
82 void FreeMemory(size_t s) const { usedMemory -= s; }
83

Callers 2

BOOST_FOREACHFunction · 0.80
DeleteOCLContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected