Home
last modified time | relevance | path

Searched refs:list_preallocate_exact (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlistobject.c98 list_preallocate_exact(PyListObject *self, Py_ssize_t size) in list_preallocate_exact() function
908 if (list_preallocate_exact(self, n) < 0) { in list_extend()
953 if (n && list_preallocate_exact(self, n) < 0) in list_extend()

Completed in 4 milliseconds