|
|
|
|
|
by chrisseaton
2545 days ago
|
|
No you have it backwards - the address space is always allocated. The physical memory is not allocated (we say committed) until it is used. But allocating the address space even if it is not committed still consumes finite resources and still limits the number of threads you can create. |
|