Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c306 PyCFunction_ClearFreeList(void) in PyCFunction_ClearFreeList() function
323 (void)PyCFunction_ClearFreeList(); in PyCFunction_Fini()
/external/python/cpython2/Include/
Dmethodobject.h88 PyAPI_FUNC(int) PyCFunction_ClearFreeList(void);
/external/python/cpython2/Objects/
Dmethodobject.c395 PyCFunction_ClearFreeList(void) in PyCFunction_ClearFreeList() function
412 (void)PyCFunction_ClearFreeList(); in PyCFunction_Fini()
/external/python/cpython3/Include/
Dmethodobject.h125 PyAPI_FUNC(int) PyCFunction_ClearFreeList(void);
/external/python/cpython3/PC/
Dpython3.def38 PyCFunction_ClearFreeList=python37.PyCFunction_ClearFreeList
/external/python/cpython2/Modules/
Dgcmodule.c839 (void)PyCFunction_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Modules/
Dgcmodule.c783 (void)PyCFunction_ClearFreeList(); in clear_freelists()