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.cpp669 void* pointer2 = debug_malloc(128); in TEST_F() local
670 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
671 memset(pointer2, 0, 128); in TEST_F()
689 pointer2); in TEST_F()
704 void* pointer2 = debug_malloc(128); in TEST_F() local
705 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
706 memset(pointer2, 0, 128); in TEST_F()
730 pointer2); in TEST_F()
759 void* pointer2 = debug_malloc(250); in TEST_F() local
760 ASSERT_TRUE(pointer2 != nullptr); in TEST_F()
[all …]