Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dvalgrind-numpy-scipy.supp12 fun:tuple_alloc
40 fun:tuple_alloc
61 fun:tuple_alloc
78 fun:tuple_alloc
/external/python/cpython3/Objects/
Dtupleobject.c65 tuple_alloc(Py_ssize_t size) in tuple_alloc() function
110 op = tuple_alloc(size); in PyTuple_New()
208 PyTupleObject *result = tuple_alloc(n); in PyTuple_Pack()
420 PyTupleObject *tuple = tuple_alloc(n); in _PyTuple_FromArray()
490 np = tuple_alloc(size); in tupleconcat()
534 np = tuple_alloc(size); in tuplerepeat()
799 PyTupleObject* result = tuple_alloc(slicelength); in tuplesubscript()