Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c43 list_allocate_array(size_t capacity) in list_allocate_array() function
146 _PyListArray *array = list_allocate_array(new_allocated); in list_resize()
205 _PyListArray *array = list_allocate_array(size); in list_preallocate_exact()
283 _PyListArray *array = list_allocate_array(size); in PyList_New()
314 _PyListArray *array = list_allocate_array(size); in list_new_prealloc()