Searched refs:newnargs_total (Results 1 – 1 of 1) sorted by relevance
182 Py_ssize_t newnargs_total = pto_nargs + nargs_total; in partial_vectorcall() local188 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()