Searched refs:secondary_allocations (Results 1 – 1 of 1) sorted by relevance
276 const auto& secondary_allocations = secondary_allocator->getAllocations(); in TEST() local277 EXPECT_TRUE(secondary_allocations.size() == 1ul); in TEST()278 ASSERT_TRUE(secondary_allocations.find(memory2) != secondary_allocations.end()); in TEST()279 EXPECT_EQ(secondary_allocations.find(memory2)->second.name, std::string{"allocation_2"}); in TEST()305 ASSERT_TRUE(secondary_allocations.find(memory4) != secondary_allocations.end()); in TEST()306 EXPECT_EQ(secondary_allocations.find(memory4)->second.name, std::string{"allocation_4"}); in TEST()