MCPcopy Create free account
hub / github.com/dds-bridge/dds / MemoryInUseMB

Method MemoryInUseMB

library/src/system/memory.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59double Memory::MemoryInUseMB(const unsigned /*thrId*/) const
60{
61 // We can only account for the static RelRanksType footprint here. Any
62 // transposition table memory is owned by SolverContext/transposition
63 // table instances and must be queried via those contexts when available.
64 return 8192. * sizeof(RelRanksType) / static_cast<double>(1024.);
65}
66
67
68std::string Memory::ThreadSize(const unsigned thrId) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected