summary refs log tree commit diff stats
path: root/tests/gc/tregionleak.nim
Commit message (Collapse)AuthorAgeFilesLines
* gc_regions: cleanup & fixes for deallocation (#11920)alaviss2020-08-171-0/+23
* gc_regions: withRegion nows return the modified MemRegion * gc_regions: make withScratchRegion dealloc correctly * tests/gc: add tregionleak test This test checks if memory within regions are freed properly.