Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h81 PyAPI_FUNC(int) PyFrame_ClearFreeList(void);
/external/python/cpython2/Objects/
Dframeobject.c961 PyFrame_ClearFreeList(void) in PyFrame_ClearFreeList() function
978 (void)PyFrame_ClearFreeList(); in PyFrame_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c841 (void)PyFrame_ClearFreeList(); in clear_freelists()