Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dintobject.c48 fill_free_list(void) in fill_free_list() function
104 if ((free_list = fill_free_list()) == NULL) in PyInt_FromLong()
1459 if (!free_list && (free_list = fill_free_list()) == NULL) in _PyInt_Init()
Dfloatobject.c38 fill_free_list(void) in fill_free_list() function
145 if ((free_list = fill_free_list()) == NULL) in PyFloat_FromDouble()