Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dintobject.c42 typedef struct _intblock PyIntBlock; typedef
44 static PyIntBlock *block_list = NULL;
52 p = (PyIntObject *) PyMem_MALLOC(sizeof(PyIntBlock)); in fill_free_list()
55 ((PyIntBlock *)p)->next = block_list; in fill_free_list()
56 block_list = (PyIntBlock *)p; in fill_free_list()
59 p = &((PyIntBlock *)p)->objects[0]; in fill_free_list()
1476 PyIntBlock *list, *next; in PyInt_ClearFreeList()
1531 PyIntBlock *list; in PyInt_Fini()