Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/design/trunk/src/ch_memory_management.xml
0,0 → 1,48
<?xml version="1.0" encoding="UTF-8"?>
 
 
<chapter>
<title>Memory management</title>
 
<section>
<title>Virtual memory management</title>
 
<para></para>
</section>
 
<section>
<title>Physical memory management</title>
 
<para></para>
</section>
 
<section>
<title>Kernel allocators</title>
 
 
 
<section>
<title>Buddy allocator</title>
 
<para>Physical memory allocation is handled by buddy allocator.</para>
</section>
 
<section>
<title>Slab allocator</title>
</section>
</section>
 
 
<section>
<title>Memory sharing</title>
 
<para></para>
</section>
 
 
 
 
</chapter>