Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c84 list_preallocate_exact(PyListObject *self, Py_ssize_t size) in list_preallocate_exact() function
2708 && list_preallocate_exact(self, iter_len)) { in list___init___impl()