Class Hierarchy
Compound List
File List
Compound Members
File Members
mm.h File Reference
memory management interna.
More...
Functions
void
mm_init
()
initialize memory management.
void
mm_reaper
()
free all blocks allocated by the current process.
More...
Detailed Description
memory management interna.
Author(s):
Markus L. Noga <noga@inrialpes.fr>
Function Documentation
void mm_reaper ()
free all blocks allocated by the current process.
called by
exit
() and
kmain
().
-0.1.7 is released under
Mozilla Public License
. Original code © 1998-1999 by
Markus L. Noga
.