contactmayankjain@gmail.com wrote:
> Hi,
>
> Its said that one should avoid dynamic allocation of memory, as it de-
> fragment the memory into small chunks and allocation of memory is a
> costly process in terms of efficiency. So what is the best solution to
> handle to situation in which we need to allocate memory at run time.
Why do you think it is a concern? Has this caused problems in your
current project?
Brian