Hello!
Maybe my question was already discussed.

When we use malloc()/free() functions we have nice routine to reallocate memory that called realloc().
How to increase memory size when new/delete are used?