Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dpointer_deleter06.pass.cpp24 void my_free(void*) in my_free() function
33 std::unique_ptr<void, void (*)(void*)> s(&i, my_free); in main()
35 assert(s.get_deleter() == my_free); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp28 void my_free(void*) in my_free() function
45 test s(my_alloc, my_free); in main()