Searched refs:my_free (Results 1 – 6 of 6) sorted by relevance
/third_party/python/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)
|
/third_party/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()
|
/third_party/nghttp2/tests/ |
D | malloc_wrapper.c | 49 static void my_free(void *ptr, void *mud) { in my_free() function 69 static nghttp2_mem mem = {NULL, my_malloc, my_free, my_calloc, my_realloc};
|
/third_party/boost/libs/move/test/ |
D | unique_ptr_ctordtor.cpp | 665 void my_free(void*) in my_free() function 674 bml::unique_ptr<void, void (*)(void*)> s(&i, my_free); in test() 676 BOOST_TEST(s.get_deleter() == my_free); in test()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 376 EXPORT(void)my_free(void *ptr) in my_free() function
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 2772 static void my_free(void *block, void *data) in my_free() function 8931 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \ in main() 8945 …(void)G(pcre2_set_recursion_memory_management_,BITS)(G(dat_context,BITS), my_malloc, my_free, NULL… in main()
|