Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_bigaddrspace.py97 support.set_memlimit(sys.argv[1])
Dtest_bigmem.py1253 support.set_memlimit(sys.argv[1])
/third_party/python/Lib/test/libregrtest/
Dsetup.py73 support.set_memlimit(ns.memlimit)
/third_party/python/Doc/library/
Dtest.rst350 Set by :func:`set_memlimit` as the memory limit for big memory tests.
356 Set by :func:`set_memlimit` as the memory limit for big memory tests. Not
500 .. function:: set_memlimit(limit)
/third_party/python/Lib/test/support/
D__init__.py762 def set_memlimit(limit): function