| 422 | } |
| 423 | |
| 424 | MemoryAccountant::MemoryAccountant() |
| 425 | : head_(NULLPTR), allocator_(defaultMallocAllocator()), useCacheSizes_(false) |
| 426 | { |
| 427 | } |
| 428 | |
| 429 | MemoryAccountant::~MemoryAccountant() |
| 430 | { |
nothing calls this directly
no test coverage detected