Home
last modified time | relevance | path

Searched refs:zeroes_ptr (Results 1 – 2 of 2) sorted by relevance

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp177 auto zeroes_ptr = std::make_unique<char[]>(kAllocSizeInBytes); in TEST_F() local
212 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), kAllocSizeInBytes)); in TEST_F()
322 auto zeroes_ptr = std::make_unique<char[]>(kAllocSizeInBytes); in TEST_F() local
326 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), kAllocSizeInBytes)); in TEST_F()
/system/memory/libion/tests/
Dallocate_test.cpp110 auto zeroes_ptr = std::make_unique<char[]>(4096); in TEST_F() local
146 ASSERT_EQ(0, memcmp(ptr, zeroes_ptr.get(), 4096)); in TEST_F()