Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
Loading...
Searching...
No Matches
Data Fields
kalloc_management_pages_t Struct Reference

A page of descriptors used to track live kmalloc() allocations. More...

Collaboration diagram for kalloc_management_pages_t:
Collaboration graph
[legend]

Data Fields

allocated_block_desc_t page [MAX_MANAGEMENT_BLOCKS_PER_PAGE]
 Descriptor slots stored in this page.
 
struct kalloc_management_pages_tnext_page
 Next management page in the chain, or NULL.
 

Detailed Description

A page of descriptors used to track live kmalloc() allocations.


The documentation for this struct was generated from the following file: