Rev 79 | Rev 82 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 79 | Rev 81 | ||
---|---|---|---|
Line 266... | Line 266... | ||
266 | <title>Implementation</title> |
266 | <title>Implementation</title> |
267 | 267 | ||
268 | <para>The slab allocator is closely modelled after OpenSolaris slab |
268 | <para>The slab allocator is closely modelled after OpenSolaris slab |
269 | allocator by Jeff Bonwick and Jonathan Adams <xref |
269 | allocator by Jeff Bonwick and Jonathan Adams <xref |
270 | linkend="Bonwick01" /> with the following exceptions:<itemizedlist> |
270 | linkend="Bonwick01" /> with the following exceptions:<itemizedlist> |
271 | <listitem>empty slabs are immediately deallocated and</listitem> |
271 | <listitem><para>empty slabs are immediately deallocated and</para></listitem> |
272 | 272 | ||
273 | <listitem> |
273 | <listitem> |
274 | <para>empty magazines are deallocated when not needed.</para> |
274 | <para>empty magazines are deallocated when not needed.</para> |
275 | </listitem> |
275 | </listitem> |
276 | </itemizedlist>The following features are not currently supported |
276 | </itemizedlist>The following features are not currently supported |