Out of Memory?Aug 19, 2008 | no comments Popularity: ![]() ![]() ![]() |
It’s a common practice not to check what malloc() or new returns, since in an ideal world you will never run out of memory and so allocating memory will never fail. With a reasonably sized page file that is mostly true. When using a page file, this wouldn’t be a problem since if there is [...]







Read more...