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

Method ReturnThread

library/src/system/memory.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30void Memory::ReturnThread(const unsigned /*thrId*/)
31{
32 // No-op: ThreadData is now owned by SolverContext instances. Returning
33 // per-thread TT memory requires a SolverContext with the appropriate
34 // ThreadData pointer; call sites should perform that via their
35 // SolverContext instances.
36}
37
38// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
39void Memory::Resize(

Callers 1

FreeMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected