Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h81 PyAPI_FUNC(int) PyFrame_ClearFreeList(void);
/external/python/cpython3/Include/
Dframeobject.h82 PyAPI_FUNC(int) PyFrame_ClearFreeList(void);
/external/python/cpython2/Objects/
Dframeobject.c997 PyFrame_ClearFreeList(void) in PyFrame_ClearFreeList() function
1014 (void)PyFrame_ClearFreeList(); in PyFrame_Fini()
/external/python/cpython3/Objects/
Dframeobject.c1030 PyFrame_ClearFreeList(void) in PyFrame_ClearFreeList() function
1047 (void)PyFrame_ClearFreeList(); in PyFrame_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c838 (void)PyFrame_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Modules/
Dgcmodule.c782 (void)PyFrame_ClearFreeList(); in clear_freelists()