| 708 | } |
| 709 | |
| 710 | GlobalMemoryAccountant::GlobalMemoryAccountant() |
| 711 | : mallocAllocator_(NULLPTR), newAllocator_(NULLPTR), newArrayAllocator_(NULLPTR) |
| 712 | { |
| 713 | } |
| 714 | |
| 715 | GlobalMemoryAccountant::~GlobalMemoryAccountant() |
| 716 | { |
nothing calls this directly
no outgoing calls
no test coverage detected