Home | History | Annotate | Download | only in test

Lines Matching refs:LARGE_SIZE

279 LARGE_SIZE = 2**31
283 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
291 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
295 @test_support.precisionbigmemtest(size=LARGE_SIZE,
300 @test_support.precisionbigmemtest(size=LARGE_SIZE,
305 @test_support.precisionbigmemtest(size=LARGE_SIZE,
310 @test_support.precisionbigmemtest(size=LARGE_SIZE,
311 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
316 @test_support.precisionbigmemtest(size=LARGE_SIZE,
317 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
322 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)