PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
page_stack_t Struct Reference

Stored in free pages to form a stack of free pages. More...

#include <pmm.h>

Collaboration diagram for page_stack_t:

Data Fields

struct page_stack * next
 
pfn_t pages [FREE_PAGE_MAX]
 

Detailed Description

Stored in free pages to form a stack of free pages.

Definition at line 55 of file pmm.h.

Field Documentation

◆ next

struct page_stack* page_stack_t::next

Definition at line 57 of file pmm.h.

◆ pages

pfn_t page_stack_t::pages[FREE_PAGE_MAX]

Definition at line 58 of file pmm.h.


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