Home
last modified time | relevance | path

Searched refs:_HEAPTYPE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py55 _HEAPTYPE = 1<<9 variable
62 if hasattr(base, '__flags__') and not base.__flags__ & _HEAPTYPE:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py55 _HEAPTYPE = 1<<9 variable
62 if hasattr(base, '__flags__') and not base.__flags__ & _HEAPTYPE: