summary refs log tree commit diff stats
path: root/tests/system/talloc.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixed #7894 (#8496)jcosborn2018-08-011-20/+23
| | | make system tests run properly
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-171-0/+57
* fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize