MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / CacheData

Method CacheData

Source/Utils/micropather.h:345–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344 struct CacheData {
345 CacheData() : nBytesAllocated(0), nBytesUsed(0), memoryFraction(0), hit(0), miss(0), hitFraction(0) {}
346 int nBytesAllocated;
347 int nBytesUsed;
348 float memoryFraction;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected