hit counter

Timeline

My development logbook

Item 7: Be Prepared for Out-of-memory Conditions

When operator new cannot satisfy a request for memory, it calls the new-handler function not once, but repeatedly unTIL it can find enough memory.

The handler can use do one of the following: