Searched refs:allocated_ptr (Results 1 – 1 of 1) sorted by relevance
54 auto allocated_ptr = std::make_unique<std::array<float, 256>>(); in TEST() local55 auto Func = [&allocated_ptr]() { allocated_ptr.reset(); }; in TEST()57 ASSERT_NE(nullptr, allocated_ptr.get()); in TEST()59 ASSERT_EQ(nullptr, allocated_ptr.get()); in TEST()