Home
last modified time | relevance | path

Searched refs:PyUnicode_ClearFreeList (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h160 # define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist macro
247 # define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist macro
620 PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
/external/python/cpython2/Modules/
Dgcmodule.c845 (void)PyUnicode_ClearFreeList(); in clear_freelists()
/external/python/cpython2/Objects/
Dunicodeobject.c8976 PyUnicode_ClearFreeList(void) in PyUnicode_ClearFreeList() function
9005 (void)PyUnicode_ClearFreeList(); in _PyUnicode_Fini()
/external/python/cpython2/Doc/c-api/
Dunicode.rst102 .. c:function:: int PyUnicode_ClearFreeList()