OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
umm_block_t Struct Reference

Data Fields

union { 
 
   umm_ptr   used 
 
header 
 
union { 
 
   umm_ptr   free 
 
   UINT8   data [4] 
 
body 
 

Detailed Description

Definition at line 82 of file UmmMalloc.c.

Field Documentation

◆ [union]

union { ... } umm_block_t::body

◆ data

UINT8 umm_block_t::data[4]

Definition at line 88 of file UmmMalloc.c.

◆ free

umm_ptr umm_block_t::free

Definition at line 87 of file UmmMalloc.c.

◆ [union]

union { ... } umm_block_t::header

◆ used

umm_ptr umm_block_t::used

Definition at line 84 of file UmmMalloc.c.


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