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

Method AccountingTestMemoryAllocator

src/CppUTest/TestMemoryAllocator.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617AccountingTestMemoryAllocator::AccountingTestMemoryAllocator(MemoryAccountant& accountant, TestMemoryAllocator* origAllocator)
618 : accountant_(accountant), originalAllocator_(origAllocator), head_(NULLPTR)
619{
620}
621
622AccountingTestMemoryAllocator::~AccountingTestMemoryAllocator()
623{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected