MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / reset_memory_size

Method reset_memory_size

include/thundersvm/syncmem.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 static size_t get_total_memory_size() { return total_memory_size; }
86
87 static void reset_memory_size() { total_memory_size = 0; }
88
89
90 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected