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

Method MemoryAccountant

src/CppUTest/TestMemoryAllocator.cpp:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424MemoryAccountant::MemoryAccountant()
425 : head_(NULLPTR), allocator_(defaultMallocAllocator()), useCacheSizes_(false)
426{
427}
428
429MemoryAccountant::~MemoryAccountant()
430{

Callers

nothing calls this directly

Calls 1

defaultMallocAllocatorFunction · 0.85

Tested by

no test coverage detected