ferros
ferros copied to clipboard
Test framework aliases MappedMemoryRegion
It reuses the same one each time, and then breaks lifetime rules by aliasing it and letting the alias be consumed. This is a problem because this memory is used for stack setup, and we'd like to unmap the setup pages after it's done, but doing so breaks the tests.