/external/python/cpython3/Lib/ctypes/test/ |
D | test_slicing.py | 67 dll.my_free.restype = None 88 dll.my_free(res) 94 dll.my_free(res) 103 dll.my_free.restype = None 106 dll.my_free(result) 136 dll.my_free.restype = None 146 dll.my_free(res) 162 dll.my_free(res)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_slicing.py | 71 dll.my_free.restype = None 94 dll.my_free(res) 100 dll.my_free(res) 109 dll.my_free.restype = None 112 dll.my_free(result) 142 dll.my_free.restype = None 154 dll.my_free(res) 170 dll.my_free(res)
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc-annotations.cpp | 14 void __attribute((ownership_takes(malloc, 2))) my_free(void *); 56 Alloc.my_free(p); in af2() 63 Alloc.my_free(p); // expected-warning{{Attempt to free released memory}} in af2b() 89 Alloc.my_free(p); in af4()
|
D | malloc-annotations.c | 14 void __attribute((ownership_takes(malloc, 1))) my_free(void *); 101 my_free(p); in af2() 108 my_free(p); // expected-warning{{Attempt to free released memory}} in af2b() 140 my_free(p); in af4()
|
D | malloc-plist.c | 51 void my_free(void *x) { in my_free() function 57 my_free(*x); in my_malloc_and_free()
|
D | MismatchedDeallocator-checker-test.mm | 15 void __attribute((ownership_takes(malloc, 1))) my_free(void *); function
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 70 my_free(const void *context, void *mem) { in my_free() function 81 my_free(context, mem); in my_realloc() 92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
|
/external/clang/test/Analysis/ |
D | malloc-annotations.c | 8 void __attribute((ownership_takes(malloc, 1))) my_free(void *); 95 my_free(p); in af2() 102 my_free(p); // expected-warning{{Attempt to free released memory}} in af2b() 134 my_free(p); in af4()
|
D | malloc-plist.c | 50 void my_free(void *x) { in my_free() function 56 my_free(*x); in my_malloc_and_free()
|
D | MismatchedDeallocator-checker-test.mm | 14 void __attribute((ownership_takes(malloc, 1))) my_free(void *); function
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
D | static-analyzer-config.cpp | 7 void __attribute((ownership_takes(malloc, 1))) my_free(void *); 17 my_free(p); in af2()
|
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 29 void my_free(void*) in my_free() function 46 test s(my_alloc, my_free); in main()
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 28 void my_free(void*) in my_free() function 45 test s(my_alloc, my_free); in main()
|
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer_deleter.pass.cpp | 33 void my_free(void*) { my_free_called = true; } in my_free() function 256 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free); in test_basic() 258 assert(s.get_deleter() == my_free); in test_basic() 282 std::unique_ptr<void, void (*)(void*)> s(&i, my_free); in test_basic_single() 284 assert(s.get_deleter() == my_free); in test_basic_single()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer_deleter.pass.cpp | 34 void my_free(void*) { my_free_called = true; } in my_free() function 257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free); in test_basic() 259 assert(s.get_deleter() == my_free); in test_basic() 283 std::unique_ptr<void, void (*)(void*)> s(&i, my_free); in test_basic_single() 285 assert(s.get_deleter() == my_free); in test_basic_single()
|
/external/python/cffi/c/ |
D | ffi_obj.c | 361 PyObject *my_alloc, *my_free; in _ffi_new_with_allocator() local 363 my_free = PyTuple_GET_ITEM(allocator, 2); in _ffi_new_with_allocator() 365 alloc1.ca_free = (my_free == Py_None ? NULL : my_free); in _ffi_new_with_allocator() 390 PyObject *my_alloc = Py_None, *my_free = Py_None; in ffi_new_allocator() local 395 &my_alloc, &my_free, in ffi_new_allocator() 399 if (my_alloc == Py_None && my_free != Py_None) { in ffi_new_allocator() 407 my_free, in ffi_new_allocator()
|
/external/perfetto/docs/instrumentation/ |
D | heapprofd-api.md | 72 void my_free(void* ptr) { 91 void my_free(void* ptr) {
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 197 EXPORT(void)my_free(void *ptr) in my_free() function
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 376 EXPORT(void)my_free(void *ptr) in my_free() function
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 2769 static void my_free(void *block, void *data) in my_free() function 8928 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \ in main() 8942 …(void)G(pcre2_set_recursion_memory_management_,BITS)(G(dat_context,BITS), my_malloc, my_free, NULL… in main()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | load-deref-pred.ll | 2552 declare void @my_free(i8*) 2566 ; CHECK-NEXT: call void @my_free(i8* [[ALLOCATION]]) 2710 call void @my_free(i8* %allocation)
|
/external/llvm-project/clang/test/Analysis/Inputs/expected-plists/ |
D | malloc-plist.c.plist | 1496 <string>Calling 'my_free'</string> 1498 <string>Calling 'my_free'</string>
|