What's Changed
Features
- Added
-l/--lock-memoryto lock allocated pages in physical memory when supported by the active backend. - Added interactive progress reporting while eating, verifying, and freeing memory.
- Help output now reflects backend capabilities and includes the current memory summary.
Fixes
- Made POSIX memory locking work reliably with
malloc-backed chunks on stricter platforms. - Improved runtime memory-stats handling so
%sizes fail cleanly when stats cannot be read. - Improved terminal detection so
eatmemoryonly prompts for ENTER when both input and output are interactive.
Full Changelog: v1.0.0...v1.1.0