Page 1 of 1

what functions a memory manager shoud have?

Posted: Sun Feb 12, 2006 12:00 am
by SCSoft
what functions a memory manager shoud have?

Re: what functions a memory manager shoud have?

Posted: Mon Feb 13, 2006 12:00 am
by digo_rp
you need a physical memory management, virtual one, it need to take care of anything about aloc/dealoc/ memory in your O.S example malloc.

a user program need some block of extra memory.

then you need to alocate it. and when that program doesn?t need anymore, it ask your o.s system call to dealoc that block. then again you memory management need to free/dealoc that block,

I hope I had help you... sorry my english is so poor.

:)

Re: what functions a memory manager shoud have?

Posted: Mon Feb 13, 2006 12:00 am
by SCSoft
thanks
My english is poor too...