MCPcopy Create free account
hub / github.com/cpputest/cpputest / GlobalMemoryAccountant

Method GlobalMemoryAccountant

src/CppUTest/TestMemoryAllocator.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710GlobalMemoryAccountant::GlobalMemoryAccountant()
711 : mallocAllocator_(NULLPTR), newAllocator_(NULLPTR), newArrayAllocator_(NULLPTR)
712{
713}
714
715GlobalMemoryAccountant::~GlobalMemoryAccountant()
716{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected