summary refs log tree commit diff stats
path: root/tests/system/tio.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-0/+48
* fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize