Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp670 void* pointer1 = debug_malloc(200); in TEST_F() local
671 ASSERT_TRUE(pointer1 != nullptr); in TEST_F()
672 memset(pointer1, 0, 200); in TEST_F()
691 pointer1); in TEST_F()
703 void* pointer1 = debug_malloc(100); in TEST_F() local
704 ASSERT_TRUE(pointer1 != nullptr); in TEST_F()
705 memset(pointer1, 0, 100); in TEST_F()
744 pointer1); in TEST_F()
755 void* pointer1 = debug_malloc(390); in TEST_F() local
756 ASSERT_TRUE(pointer1 != nullptr); in TEST_F()
[all …]