![]() |
Max OS 0.3
|
A chunk of memory that has been freed and is available for allocation. A node in a linked list. More...
#include <virtual.h>
Public Attributes | |
| uintptr_t | start_address |
| *copydoc VirtualMemoryChunk::start_address | |
| size_t | size |
| *copydoc VirtualMemoryChunk::size | |
| struct FreeChunk * | next |
| Pointer to the next free chunk in the list (not sequential in memory) | |
A chunk of memory that has been freed and is available for allocation. A node in a linked list.
| struct FreeChunk* MaxOS::memory::FreeChunk::next |
| size_t MaxOS::memory::FreeChunk::size |
*copydoc VirtualMemoryChunk::size
| uintptr_t MaxOS::memory::FreeChunk::start_address |
*copydoc VirtualMemoryChunk::start_address