PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
_heap_header_t Struct Reference

#include <heap.h>

Collaboration diagram for _heap_header_t:

Data Fields

uint32_t magic
 
_heap_flags_t flags
 
uint64_t size
 
list_entry_t freeEntry
 
list_entry_t listEntry
 
uint8_t data []
 

Detailed Description

Definition at line 69 of file heap.h.

Field Documentation

◆ magic

uint32_t _heap_header_t::magic

Definition at line 71 of file heap.h.

◆ flags

_heap_flags_t _heap_header_t::flags

Definition at line 72 of file heap.h.

◆ size

uint64_t _heap_header_t::size

Definition at line 73 of file heap.h.

◆ freeEntry

list_entry_t _heap_header_t::freeEntry

Definition at line 74 of file heap.h.

◆ listEntry

list_entry_t _heap_header_t::listEntry

Definition at line 75 of file heap.h.

◆ data

uint8_t _heap_header_t::data[]

Definition at line 76 of file heap.h.


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