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.cpp678 void* pointer3 = debug_malloc(1024); in TEST_F() local
679 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
680 memset(pointer3, 0, 1024); in TEST_F()
688 pointer3); in TEST_F()
715 void* pointer3 = debug_malloc(1024); in TEST_F() local
716 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
717 memset(pointer3, 0, 1024); in TEST_F()
725 pointer3); in TEST_F()
773 void* pointer3 = debug_malloc(999); in TEST_F() local
774 ASSERT_TRUE(pointer3 != nullptr); in TEST_F()
[all …]