Searched refs:_1G (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/test_json/ |
D | test_dump.py | 4 from test.support import bigmemtest, _1G 70 @bigmemtest(size=_1G, memuse=1) 72 N = int(30 * 1024 * 1024 * (size / _1G))
|
/third_party/python/Lib/test/ |
D | test_zlib.py | 9 from test.support import bigmemtest, _1G, _4G 83 data = b"nyan" * (_1G + 1) 202 @bigmemtest(size=_1G + 1024 * 1024, memuse=3) 207 @bigmemtest(size=_1G + 1024 * 1024, memuse=2) 725 @bigmemtest(size=_1G + 1024 * 1024, memuse=3) 731 @bigmemtest(size=_1G + 1024 * 1024, memuse=2)
|
D | test_bigmem.py | 12 from test.support import bigmemtest, _1G, _2G, _4G 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)
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 756 _1G = 1024 * _1M variable 757 _2G = 2 * _1G 758 _4G = 4 * _1G 768 'g': _1G, 769 't': 1024*_1G,
|