Home
last modified time | relevance | path

Searched refs:ca_free (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/c/
Dffi_obj.c365 alloc1.ca_free = (my_free == Py_None ? NULL : my_free); in _ffi_new_with_allocator()
D_cffi_backend.c376 PyObject *ca_alloc, *ca_free; member
3817 cd = allocate_gcp_object(cd, ct, allocator->ca_free); in allocate_with_allocator()