- Jan 01, 2013
-
-
Avi Kivity authored
Must be large enough to hold a free_object.
-
Avi Kivity authored
Pages allocated with alloc_page() have no metadata, so we must format the header before returing it to the free range tree.
-
- Dec 28, 2012
-
-
Avi Kivity authored
-
- Dec 27, 2012
-
-
Avi Kivity authored
-
Avi Kivity authored
-
- Dec 26, 2012
-
-
Avi Kivity authored
This implementation stores small objects in pools of similar-sized objects, while large objects are allocated using a first-fit algorithm. There is also a specialized interface for allocating aligned pages.
-