aboutsummaryrefslogtreecommitdiff
path: root/utils/vmallocate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix overflow issues in tmpfs and vmallocateFlavio Cruz2023-12-291-2/+5
| | | | Message-ID: <20231229212105.858759-9-flaviocruz@gmail.com>
* Fix a few pointer related warnings.Flavio Cruz2023-12-291-1/+1
| | | | Message-ID: <20231229212105.858759-7-flaviocruz@gmail.com>
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* utils/vmallocate: new utilityJustus Winter2016-02-131-0/+272
* utils/Makefile (targets): Add 'vmallocate'. * utils/vmallocate.c: New file.