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