Searched refs:allocationCount (Results 1 – 3 of 3) sorted by relevance
125 std::atomic<uint64_t> allocationCount(0); in TEST_P() local129 descriptor, 1, [&](const auto&, const auto&, const auto&) { allocationCount++; }); in TEST_P()140 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()
126 std::atomic<uint64_t> allocationCount(0); in TEST_P() local130 descriptor, 1, [&](const auto&, const auto&, const auto&) { allocationCount++; }); in TEST_P()141 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()
541 std::atomic<uint64_t> allocationCount(0); in TEST_P() local545 allocationCount++; in TEST_P()557 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()