PatchworkOS
Loading...
Searching...
No Matches
aml_buffer_obj_t Struct Reference

Data for a buffer object. More...

#include <object.h>

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 210 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_buffer_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 212 of file object.h.

◆ content

◆ length

◆ smallBuffer

uint8_t aml_buffer_obj_t::smallBuffer[AML_SMALL_BUFFER_SIZE]

Used for small object optimization.

Definition at line 215 of file object.h.


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