IBNOS
Public Attributes | List of all members
heapEntry Struct Reference
Collaboration diagram for heapEntry:
Collaboration graph
[legend]

Public Attributes

uint32_t heapMagic
 
struct linkedList entry
 
uint32_t length: 31
 
uint32_t reserved: 1
 

Detailed Description

Definition at line 44 of file allocator.c.

Member Data Documentation

◆ entry

struct linkedList heapEntry::entry

Definition at line 47 of file allocator.c.

◆ heapMagic

uint32_t heapEntry::heapMagic

Definition at line 46 of file allocator.c.

◆ length

uint32_t heapEntry::length

Definition at line 48 of file allocator.c.

◆ reserved

uint32_t heapEntry::reserved

Definition at line 49 of file allocator.c.


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