Home
last modified time | relevance | path

Searched refs:netAllocationCount (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/fuzzing/
Dfuzz_test.cpp38 size_t netAllocationCount; member
46 gMemoryCounters.netAllocationCount = 0; in ZeroMemoryCounters()
57 gMemoryCounters.netAllocationCount += 1; in operator new()
85 gMemoryCounters.netAllocationCount -= 1; in operator delete()
162 << mc.netAllocationCount << " allocations remain" << std::endl; in test_one()