Home
last modified time | relevance | path

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

/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/cpython2/Modules/
Dgcmodule.c842 (void)PyCFunction_ClearFreeList(); in clear_freelists()