On Sat, Aug 7, 2010 at 8:19 AM, Edwin Eyan Moragas <e...@yndy.org> wrote:
> assuming that a long running app would malloc(3) when needed and then
> free(3)s the resource immediately when it is done, is memory
> fragmentation still a concern for long running apps?
>
> what are steps that you take to manage this problem if ever it is a problem?

you write your own allocator.

Reply via email to