Anonymous
7/13/2025, 11:51:56 AM
No.105890036
>>105890026
If you have a memory mapped file then swap isn't used because the file itself can be used instead of swap space.
The OS can remove parts of it from memory knowing that it will be able to read it again from the file when the process tries to access it.
If you have a memory mapped file then swap isn't used because the file itself can be used instead of swap space.
The OS can remove parts of it from memory knowing that it will be able to read it again from the file when the process tries to access it.