Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dtupleobject.h56 PyAPI_FUNC(int) PyTuple_ClearFreeList(void);
/external/python/cpython3/Include/
Dtupleobject.h65 PyAPI_FUNC(int) PyTuple_ClearFreeList(void);
/external/python/cpython3/Objects/
Dtupleobject.c908 PyTuple_ClearFreeList(void) in PyTuple_ClearFreeList() function
937 (void)PyTuple_ClearFreeList(); in PyTuple_Fini()
/external/python/cpython2/Objects/
Dtupleobject.c888 PyTuple_ClearFreeList(void) in PyTuple_ClearFreeList() function
917 (void)PyTuple_ClearFreeList(); in PyTuple_Fini()
/external/python/cpython2/Doc/c-api/
Dtuple.rst160 .. c:function:: int PyTuple_ClearFreeList()
/external/python/cpython3/Doc/c-api/
Dtuple.rst108 .. c:function:: int PyTuple_ClearFreeList()
/external/python/cpython3/PC/
Dpython3.def584 PyTuple_ClearFreeList=python37.PyTuple_ClearFreeList
/external/python/cpython2/Modules/
Dgcmodule.c840 (void)PyTuple_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Modules/
Dgcmodule.c784 (void)PyTuple_ClearFreeList(); in clear_freelists()