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

Function FreeMemory

library/src/init.cpp:410–414  ·  view source on GitHub ↗

* @brief Free memory used by the solver. */

Source from the content-addressed store, hash-verified

408 * @brief Free memory used by the solver.
409 */
410void STDCALL FreeMemory()
411{
412 for (unsigned thrId = 0; thrId < memory.NumThreads(); thrId++)
413 memory.ReturnThread(thrId);
414}
415
416void STDCALL ErrorMessage(int code, char line[80])
417{

Callers 4

DllMainFunction · 0.85
DDSFinalizeFunction · 0.85
mainFunction · 0.85
solve_legacyFunction · 0.85

Calls 2

NumThreadsMethod · 0.80
ReturnThreadMethod · 0.80

Tested by 1

mainFunction · 0.68