Skip to main content

Module buddy

Module buddy 

Source

Structsยง

BuddyAllocator
FrameDesc
return type of the buddy allocation, describes the allocated physical memory frame(s)
FreeArea ๐Ÿ”’
Node ๐Ÿ”’
Zone
A contiguous physical memory range to be managed by a (buddy) allocator. free_areas : free-lists for difference sizes (in order of 2).

Type Aliasesยง

FreeList ๐Ÿ”’