/external/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);
|
/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/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/chromium_org/third_party/icu/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/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/clang/test/Analysis/ |
malloc-annotations.c | 8 void __attribute((ownership_takes(malloc, 1))) my_free(void *); 95 my_free(p); 102 my_free(p); // expected-warning{{Attempt to free released memory}} 134 my_free(p);
|
malloc-plist.c | 50 void my_free(void *x) { function 56 my_free(*x); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_slicing.py | 70 dll.my_free.restype = None 93 dll.my_free(res) 99 dll.my_free(res) 108 dll.my_free.restype = None 111 dll.my_free(result) 145 dll.my_free.restype = None 157 dll.my_free(res) 173 dll.my_free(res)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_slicing.py | 70 dll.my_free.restype = None 93 dll.my_free(res) 99 dll.my_free(res) 108 dll.my_free.restype = None 111 dll.my_free(result) 145 dll.my_free.restype = None 157 dll.my_free(res) 173 dll.my_free(res)
|