Home
last modified time | relevance | path

Searched refs:_1G (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_json/
H A Dtest_dump.py4 from test.support import bigmemtest, _1G namespace
70 @bigmemtest(size=_1G, memuse=1)
72 N = int(30 * 1024 * 1024 * (size / _1G))
/third_party/python/Lib/test/
H A Dtest_zlib.py10 from test.support import bigmemtest, _1G, _4G namespace
113 data = b"nyan" * (_1G + 1)
233 @bigmemtest(size=_1G + 1024 * 1024, memuse=3)
238 @bigmemtest(size=_1G + 1024 * 1024, memuse=2)
757 @bigmemtest(size=_1G + 1024 * 1024, memuse=3)
763 @bigmemtest(size=_1G + 1024 * 1024, memuse=2)
H A Dtest_bigmem.py12 from test.support import bigmemtest, _1G, _2G, _4G namespace
478 @bigmemtest(size=_1G + 2, memuse=3)
489 @bigmemtest(size=_1G + 2, memuse=3)
904 @bigmemtest(size=_1G - 1, memuse=12)
908 @bigmemtest(size=_1G - 1, memuse=pointer_size * 2)
919 @bigmemtest(size=_1G - 25, memuse=pointer_size * 2)
H A Dtest_binascii.py7 from test.support import bigmemtest, _1G, _4G, warnings_helper namespace
449 data = b"nyan" * (_1G + 1)
/third_party/python/Lib/test/support/
H A D__init__.py867 _1G = 1024 * _1M variable
868 _2G = 2 * _1G
869 _4G = 4 * _1G
879 'g': _1G,
880 't': 1024*_1G,

Completed in 7 milliseconds