| 615 | } |
| 616 | |
| 617 | AccountingTestMemoryAllocator::AccountingTestMemoryAllocator(MemoryAccountant& accountant, TestMemoryAllocator* origAllocator) |
| 618 | : accountant_(accountant), originalAllocator_(origAllocator), head_(NULLPTR) |
| 619 | { |
| 620 | } |
| 621 | |
| 622 | AccountingTestMemoryAllocator::~AccountingTestMemoryAllocator() |
| 623 | { |
nothing calls this directly
no outgoing calls
no test coverage detected