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__.py286 real_max_memuse = 0 variable
1682 global real_max_memuse
1694 real_max_memuse = memlimit
1748 if not real_max_memuse:
1753 if ((real_max_memuse or not dry_run)
1754 and real_max_memuse < maxsize * memuse):
1759 if real_max_memuse and verbose:
/external/python/cpython3/Doc/library/
Dtest.rst343 .. data:: real_max_memuse
589 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.py763 if support.real_max_memuse < support._2G: