Page Frame Allocation: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 108: Line 108:
Linux has used AVL trees for virtual addresses management for quite a while. Note however that it uses it for regions (like what you find in /proc/xxxx/maps), not for a malloc-like interface.
Linux has used AVL trees for virtual addresses management for quite a while. Note however that it uses it for regions (like what you find in /proc/xxxx/maps), not for a malloc-like interface.


== Links ==
==See Also==
===Threads===

From the forum:
* [[Topic:11320|Allocating memory for an allocator without an allocator]]
* [[Topic:11320|Allocating memory for an allocator without an allocator]]
* [[Topic:9450|A bitmap based allocation technique]]
* [[Topic:9450|A bitmap based allocation technique]]
Line 123: Line 122:
* [[Topic:10747|Physical MM (by Freanan)]]
* [[Topic:10747|Physical MM (by Freanan)]]


===External Links===
mystran's [http://www.cs.hut.fi/~tvoipio/memtutor.html Basic VMM for Dummies]
*mystran's [http://www.cs.hut.fi/~tvoipio/memtutor.html Basic VMM for Dummies]


[[Category:Memory management]]
[[Category:Memory management]]