OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: memory fragmentation

From: Ted Unangst (ted.unangstgmail.com)
Date: Sat Aug 07 2010 - 12:49:55 CDT


On Sat, Aug 7, 2010 at 8:19 AM, Edwin Eyan Moragas <eyanyndy.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.