Idea for a custom allocator that can save memory to a file

190 · Users Rust Lang · May 2, 2026, 12:54 p.m.
Summary
The post discusses an innovative idea for a custom memory allocator that can save and reload memory from a file. It raises questions about the feasibility of maintaining the same memory address across program runs and how this might interact with the operating system similar to memory mapping.