/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
pointer_deleter06.pass.cpp | 24 void my_free(void*) function 33 std::unique_ptr<void, void (*)(void*)> s(&i, my_free); 35 assert(s.get_deleter() == my_free);
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
custom_alloc.pass.cpp | 28 void my_free(void*) function 45 test s(my_alloc, my_free);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
custom_alloc.pass.cpp | 28 void my_free(void*) function 45 test s(my_alloc, my_free);
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 64 my_free(const void *context, void *mem) { function 75 my_free(context, mem); 86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
|
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
pointer_deleter.pass.cpp | 56 void my_free(void*) { function 116 std::unique_ptr<void, void(*)(void*)> s(&i, my_free); 118 assert(s.get_deleter() == my_free);
|
/external/clang/test/Analysis/ |
malloc-plist.c | 50 void my_free(void *x) { function 56 my_free(*x); [all...] |