Searched refs:my_free (Results 1 – 12 of 12) sorted by relevance
/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/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/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/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/u-boot/doc/ |
D | README.standalone | 16 gd->jt->free = my_free;
|
/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 | 207 EXPORT(void)my_free(void *ptr) in my_free() function
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 2695 static void my_free(void *block, void *data) in my_free() function 8500 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \ in main() 8514 …(void)G(pcre2_set_recursion_memory_management_,BITS)(G(dat_context,BITS), my_malloc, my_free, NULL) in main()
|