Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_item_block_t Struct Reference

Item block structure. More...

#include <item.h>

Collaboration diagram for reduct_item_block_t:

Data Fields

struct reduct_item_block * next
 
reduct_uint8_t _padding [sizeof(reduct_item_t) - sizeof(struct reduct_item_block *)]
 
reduct_item_t items [REDUCT_ITEM_BLOCK_MAX]
 

Detailed Description

Item block structure.

Should be a power of two size as that should help most memory allocators.

Definition at line 88 of file item.h.

Field Documentation

◆ next

struct reduct_item_block* reduct_item_block_t::next

Definition at line 90 of file item.h.

◆ _padding

reduct_uint8_t reduct_item_block_t::_padding[sizeof(reduct_item_t) - sizeof(struct reduct_item_block *)]

Definition at line 91 of file item.h.

◆ items

reduct_item_t reduct_item_block_t::items[REDUCT_ITEM_BLOCK_MAX]

Definition at line 92 of file item.h.


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