Searched defs:my_free (Results 1 – 12 of 12) sorted by relevance
28 void my_free(void*) in my_free() function
29 void my_free(void*) in my_free() function
70 my_free(const void *context, void *mem) { in my_free() function
14 void __attribute((ownership_takes(malloc, 1))) my_free(void *); function
50 void my_free(void *x) { in my_free() function
34 void my_free(void*) { my_free_called = true; } in my_free() function
33 void my_free(void*) { my_free_called = true; } in my_free() function
361 PyObject *my_alloc, *my_free; in _ffi_new_with_allocator() local390 PyObject *my_alloc = Py_None, *my_free = Py_None; in ffi_new_allocator() local
197 EXPORT(void)my_free(void *ptr) in my_free() function
376 EXPORT(void)my_free(void *ptr) in my_free() function
2798 static void my_free(void *block, void *data) in my_free() function