Module Name: src Committed By: rillig Date: Sun Feb 27 06:55:13 UTC 2022
Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: remove custom free list for memory blocks Trust the system memory allocator to do its thing, including marking the memory as fresh or freed. One less thing to worry about. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.bin/xlint/lint1/mem1.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.