Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c335 static PyObject *_ffi_new(FFIObject *self, PyObject *args, PyObject *kwds, in _ffi_new() function
354 return _ffi_new(self, args, kwds, &default_allocator); in ffi_new()
368 return _ffi_new((FFIObject *)PyTuple_GET_ITEM(allocator, 0), in _ffi_new_with_allocator()