Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
180 days ago
Windows also splits memory allocations between allocating the virtual space and committing real memory. So you can allocate a large VM when you need one and use piecemeal commits within that space.
POSIX not so much.