mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-22 19:06:15 +08:00
7494792249
VirtualMemory: 4 new tests covering unmapped address returns false, zero-length operations, page-boundary access, and cross-gap failures. PhysicalVirtualMemory: 5 new tests covering lazy commit on demand, reserve-only GetPointer, unmapped GetPointer returns null, free-list first-fit reuse, and coalescing both neighbours on middle-range free. Total: 9 new tests, 18 passed (8 VirtualMemory + 5 PhysicalVirtualMemory + 5 GuestMemoryAllocator). No production code changes.