<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>Allocation of objects</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I'm not sure of my understanding :</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Memory for objects is reserved, but is memory for objects  allocated during Initialization. (ie during _Objects_Initialize_information calls ? )</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Because when we create an object (a task for example), the kernel calls the _Object_Allocate directive which returns the first object in the Inactive Chain of this kind of Object. But this implies that this Chain had been allocated before ?</FONT></P>

</BODY>
</HTML>