|
|
|
|
|
by ivan78
5206 days ago
|
|
Well, if you don't understand it, you must read some basic book about modern computer architecture.
Short answer: It is possible to reserve memory address space without assigning actual physical memory. As your program runs it can dynamically assign physical memory pages to its address space when it needs it.
Again - you must read a book if you want to understand it. |
|