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

Function ThreadMemoryUsed

library/src/solver_context/solver_context.cpp:343–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343auto ThreadMemoryUsed() -> double
344{
345 // TODO: Only needed because SolverIF wants to set it. Avoid?
346 double memUsed =
347 8192 * sizeof(RelRanksType)
348 / static_cast<double>(1024.);
349
350 return memUsed;
351}
352
353// --- MoveGenContext out-of-line definitions ---
354// No TLS allocator shim required: move generation now runs without a global allocator hook.

Callers 4

solve_board_internalFunction · 0.85
solve_same_boardFunction · 0.85
analyse_later_boardFunction · 0.85
reset_best_moves_liteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected