Mail Archives: djgpp/1997/01/05/01:59:36
Grzegorz Ludorowski wrote:
>
> I've got a problem with "free" (or "xfree") routines - it's silly I know,
> but they seems not to work...
> I tried program listed below, and after freeing that "dummy" pointer,
> free memory doesn't change... If anybody coud test it and help.
This is the correct behavior. Under DJGPP/DPMI, the use of memory is
highly optimized for speed and efficiency. When you free a block of
memory, it is added to a pool of free memory blocks so that your program
can reuse them with very little overhead. See chapter 15.2 of the FAQ
(v2/faq202b.zip from SimTel) for more information.
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com |
| Call me for your free AOL disk! | http://www.cs.com/fighteer |
| Chain letters, work-at-home schemes, free long distance, etc., |
| are ILLEGAL! Keep the Internet litter-free... don't SPAM. |
---------------------------------------------------------------------
- Raw text -