PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_buffer_t Struct Reference

Data for a buffer object. More...

#include <object.h>

Collaboration diagram for aml_buffer_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
uint8_tcontent
 
uint64_t length
 
uint8_t smallBuffer [AML_SMALL_BUFFER_SIZE]
 Used for small object optimization.
 

Detailed Description

Data for a buffer object.

Definition at line 212 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_buffer_t::AML_OBJECT_COMMON_HEADER

Definition at line 214 of file object.h.

◆ content

uint8_t* aml_buffer_t::content

Definition at line 215 of file object.h.

◆ length

uint64_t aml_buffer_t::length

Definition at line 216 of file object.h.

◆ smallBuffer

uint8_t aml_buffer_t::smallBuffer[AML_SMALL_BUFFER_SIZE]

Used for small object optimization.

Definition at line 217 of file object.h.


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