Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2505 std::unique_ptr<void, decltype(debug_free)*> ptr3(debug_malloc(500), debug_free); in TEST_F() local
2506 ASSERT_TRUE(ptr3.get() != nullptr); in TEST_F()