Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c3777 static CDataObject *allocate_with_allocator(Py_ssize_t basesize, in allocate_with_allocator() function
3896 cds = allocate_with_allocator(dataoffset, datasize, ct->ct_itemdescr, in direct_newp()
3918 cd = allocate_with_allocator(dataoffset, datasize, ct, allocator); in direct_newp()