|
PatchworkOS
2ca1c69
A non-POSIX operating system.
|
Data for a package object. More...
#include <object.h>
Data Fields | |
| AML_OBJECT_COMMON_HEADER | |
| aml_object_t ** | elements |
| uint64_t | length |
| aml_object_t * | smallElements [AML_SMALL_PACKAGE_SIZE] |
| Used for small object optimization. | |
Data for a package object.
Packages use an array to store the elements not a linked list since indexing is very common with packages.
| aml_object_t** aml_package_t::elements |
| aml_object_t* aml_package_t::smallElements[AML_SMALL_PACKAGE_SIZE] |