Home
last modified time | relevance | path

Searched refs:real_max_memuse (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/support/
D__init__.py180 real_max_memuse = 0 variable
1364 global real_max_memuse
1376 real_max_memuse = memlimit
1425 if not real_max_memuse:
1430 if ((real_max_memuse or not dry_run)
1431 and real_max_memuse < maxsize * memuse):
/external/python/cpython3/Lib/test/support/
D__init__.py306 real_max_memuse = 0 variable
1578 global real_max_memuse
1590 real_max_memuse = memlimit
1645 if not real_max_memuse:
1650 if ((real_max_memuse or not dry_run)
1651 and real_max_memuse < maxsize * memuse):
1656 if real_max_memuse and verbose:
/external/python/cpython3/Doc/library/
Dtest.rst399 .. data:: real_max_memuse
668 Set the values for :data:`max_memuse` and :data:`real_max_memuse` for big
/external/python/cpython2/Lib/test/
Dtest_io.py589 if support.real_max_memuse < support._2G:
/external/python/cpython3/Lib/test/
Dtest_io.py779 if support.real_max_memuse < support._2G: