summary refs log tree commit diff stats
path: root/tests/system/talloc.nim
Commit message (Collapse)AuthorAgeFilesLines
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-5/+1
| | | | | | | * move travis, appveyor, ci.yml.disabled to unmaintained * update some mentions of travis, appevyor * fix test
* more eyewashArne Döring2018-11-231-0/+3
|
* 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