Searched refs:zeroes_ptr (Results 1 – 2 of 2) sorted by relevance
177 auto zeroes_ptr = std::make_unique<char[]>(kAllocSizeInBytes); in TEST_F() local212 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), kAllocSizeInBytes)); in TEST_F()322 auto zeroes_ptr = std::make_unique<char[]>(kAllocSizeInBytes); in TEST_F() local326 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), kAllocSizeInBytes)); in TEST_F()
110 auto zeroes_ptr = std::make_unique<char[]>(4096); in TEST_F() local146 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), 4096)); in TEST_F()