Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_support.py165 max_memuse = 0 # Disable bigmem tests (they will still be run with variable
1307 global max_memuse
1325 max_memuse = memlimit
1342 if not max_memuse:
1350 maxsize = int((max_memuse - overhead) / memuse)
1391 if max_memuse < MAX_Py_ssize_t:
/external/python/cpython3/Lib/test/support/
D__init__.py280 max_memuse = 0 # Disable bigmem tests (they will still be run with variable
1646 global max_memuse
1664 max_memuse = memlimit
1747 if max_memuse < MAX_Py_ssize_t:
1748 if MAX_Py_ssize_t >= 2**63 - 1 and max_memuse >= 2**31: