Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/support/
D__init__.py178 max_memuse = 0 # Disable bigmem tests (they will still be run with variable
1363 global max_memuse
1381 max_memuse = memlimit
1398 if not max_memuse:
1406 maxsize = int((max_memuse - overhead) / memuse)
1447 if max_memuse < MAX_Py_ssize_t:
/external/python/cpython3/Lib/test/support/
D__init__.py284 max_memuse = 0 # Disable bigmem tests (they will still be run with variable
1681 global max_memuse
1699 max_memuse = memlimit
1782 if max_memuse < MAX_Py_ssize_t:
1783 if MAX_Py_ssize_t >= 2**63 - 1 and max_memuse >= 2**31:
/external/python/cpython3/Doc/library/
Dtest.rst337 .. data:: max_memuse
589 Set the values for :data:`max_memuse` and :data:`real_max_memuse` for big