Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_functoolsmodule.c182 Py_ssize_t newnargs_total = pto_nargs + nargs_total; in partial_vectorcall() local
188 if (newnargs_total <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) { in partial_vectorcall()
192 stack = PyMem_Malloc(newnargs_total * sizeof(PyObject *)); in partial_vectorcall()