Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2507 std::unique_ptr<void, decltype(debug_free)*> ptr4(debug_malloc(1200), debug_free); in TEST_F() local
2508 ASSERT_TRUE(ptr4.get() != nullptr); in TEST_F()