Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dframeobject.h81 PyAPI_FUNC(int) PyFrame_ClearFreeList(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dframeobject.h81 PyAPI_FUNC(int) PyFrame_ClearFreeList(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c964 PyFrame_ClearFreeList(void) in PyFrame_ClearFreeList() function
981 (void)PyFrame_ClearFreeList(); in PyFrame_Fini()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c962 PyFrame_ClearFreeList(void) in PyFrame_ClearFreeList() function
979 (void)PyFrame_ClearFreeList(); in PyFrame_Fini()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c841 (void)PyFrame_ClearFreeList(); in clear_freelists()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c790 (void)PyFrame_ClearFreeList(); in clear_freelists()