Searched defs:my_free (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dpointer_deleter06.pass.cpp24 void my_free(void*) function
33 std::unique_ptr<void, void (*)(void*)> s(&i, my_free);
35 assert(s.get_deleter() == my_free);
/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp64 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/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp28 void my_free(void*) function
45 test s(my_alloc, my_free);
/external/clang/test/Analysis/
H A Dmalloc-plist.c50 void my_free(void *x) { function
56 my_free(*x);
1641 // CHECK-NEXT: <string>Calling &apos;my_free&apos;</string>
1643 // CHECK-NEXT: <string>Calling &apos;my_free&apos;</string>

Completed in 207 milliseconds