Hi,
if i will malloc a lot of space, and actually exceeding the physical memory capacity,
will my malloc begin to allocate into virtual memory eventually?
thanks.
This is a discussion on malloc and virtual memory. within the C Programming forums, part of the General Programming Boards category; Hi, if i will malloc a lot of space, and actually exceeding the physical memory capacity, will my malloc begin ...
Hi,
if i will malloc a lot of space, and actually exceeding the physical memory capacity,
will my malloc begin to allocate into virtual memory eventually?
thanks.
You'd most likely crash the OS long before that happened.