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

/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/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp70 my_free(const void *context, void *mem) { function
81 my_free(context, mem);
92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp34 void my_free(void*) { my_free_called = true; } function
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
259 assert(s.get_deleter() == my_free);
283 std::unique_ptr<void, void (*)(void*)> s(&i, my_free);
285 assert(s.get_deleter() == my_free);
/external/clang/test/Analysis/
H A Dmalloc-plist.c50 void my_free(void *x) { function
56 my_free(*x);
1664 // CHECK-NEXT: <string>Calling &apos;my_free&apos;</string>
1666 // CHECK-NEXT: <string>Calling &apos;my_free&apos;</string>
/external/python/cpython2/Modules/_ctypes/
H A D_ctypes_test.c184 EXPORT(void)my_free(void *ptr) function
/external/python/cpython3/Modules/_ctypes/
H A D_ctypes_test.c189 EXPORT(void)my_free(void *ptr) function
/external/pcre/dist2/src/
H A Dpcre2test.c2384 static void my_free(void *block, void *data) function
7443 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \

Completed in 952 milliseconds