Rev 11 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9 | bondari | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | |||
3 | |||
4 | <chapter> |
||
5 | <title>Memory management</title> |
||
6 | |||
7 | <section> |
||
8 | <title>Virtual memory management</title> |
||
9 | |||
10 | <para></para> |
||
11 | </section> |
||
12 | |||
13 | <section> |
||
14 | <title>Physical memory management</title> |
||
15 | |||
16 | <para></para> |
||
17 | </section> |
||
18 | |||
19 | <section> |
||
20 | <title>Kernel allocators</title> |
||
21 | |||
22 | |||
23 | |||
24 | <section> |
||
25 | <title>Buddy allocator</title> |
||
26 | |||
27 | <para>Physical memory allocation is handled by buddy allocator.</para> |
||
28 | </section> |
||
29 | |||
30 | <section> |
||
31 | <title>Slab allocator</title> |
||
32 | </section> |
||
33 | </section> |
||
34 | |||
35 | |||
36 | <section> |
||
37 | <title>Memory sharing</title> |
||
38 | |||
39 | <para></para> |
||
40 | </section> |
||
41 | |||
42 | |||
43 | |||
44 | |||
45 | </chapter> |
||
46 | |||
47 | |||
48 |