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

Method ~Memory

library/src/system/memory.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23Memory::~Memory()
24{
25 // Clear configured thread sizes
26 Resize(0, DDS_TT_SMALL, 0, 0);
27}
28
29
30void Memory::ReturnThread(const unsigned /*thrId*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected