Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ teardown
Function
teardown
tests/CppUTest/MemoryOperatorOverloadTest.cpp:323–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void teardown()
324
{
325
memoryAllocatorStash.restore();
326
delete no_memory_allocator;
327
}
328
};
329
330
#if CPPUTEST_USE_MEM_LEAK_DETECTION
Callers
nothing calls this directly
Calls
1
restore
Method · 0.45
Tested by
no test coverage detected