Home | History | Annotate | Download | only in test

Lines Matching refs:maxsize

1385         # Note: sys.maxsize is half of the actual max allocation because of

1387 alloc = lambda: u"a" * (sys.maxsize // charwidth * 2)