Subversion Repositories HelenOS-doc

Compare Revisions

Regard whitespace Rev 185 → Rev 184

/design/trunk/src/ch_memory_management.xml
241,7 → 241,7
 
<para>Should HelenOS run short of memory, it would start deallocating
objects from magazines, calling slab cache destructor on them and
putting them back into slabs. When a slab contains no allocated object,
putting them back into slabs. When a slab contanins no allocated object,
it is immediately freed.</para>
 
<para>
317,8 → 317,7
 
<para><emphasis>Step 4.</emphasis> In this fail-safe step, an
object is allocated from the conventional slab layer and a pointer
to it is returned. If also the last magazine is full, a new slab
is allocated.</para>
to it is returned. If also the last magazine is full,</para>
</formalpara>
 
<formalpara>