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

Method GlobalSimpleStringMemoryAccountant

src/CppUTest/SimpleString.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49GlobalSimpleStringMemoryAccountant::GlobalSimpleStringMemoryAccountant()
50 : allocator_(NULLPTR)
51{
52 accountant_ = new MemoryAccountant();
53}
54
55GlobalSimpleStringMemoryAccountant::~GlobalSimpleStringMemoryAccountant()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected