Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp674 void* pointer2 = debug_malloc(128); in TEST_F() local
675 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
676 memset(pointer2, 0, 128); in TEST_F()
694 pointer2); in TEST_F()
709 void* pointer2 = debug_malloc(128); in TEST_F() local
710 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
711 memset(pointer2, 0, 128); in TEST_F()
735 pointer2); in TEST_F()
764 void* pointer2 = debug_malloc(250); in TEST_F() local
765 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
[all …]