12 ms·
What I find to be a rather interesting tidbit related to this is that some applications (e.g. certain garbage collectors) map multiple ranges of virtual memory
by skyeto 3y ago
What I find to be a rather interesting tidbit related to this is that some applications (e.g. certain garbage collectors) map multiple ranges of virtual memory that address the same physical memory.
- yakubin 3y agoThat’s how you can create a gapless ring buffer: <https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc2#remarks https://learn.microsoft.com/en-us/windows/win32/api/memoryap...> (see scenario 1 in examples).