Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp673 void* pointer3 = debug_malloc(1024); in TEST_F() local
674 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
675 memset(pointer3, 0, 1024); in TEST_F()
683 pointer3); in TEST_F()
710 void* pointer3 = debug_malloc(1024); in TEST_F() local
711 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
712 memset(pointer3, 0, 1024); in TEST_F()
720 pointer3); in TEST_F()
768 void* pointer3 = debug_malloc(999); in TEST_F() local
769 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
[all …]