|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
Item block structure. More...
#include <item.h>
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] |
Item block structure.
Should be a power of two size as that should help most memory allocators.
| reduct_uint8_t reduct_item_block_t::_padding[sizeof(reduct_item_t) - sizeof(struct reduct_item_block *)] |
| reduct_item_t reduct_item_block_t::items[REDUCT_ITEM_BLOCK_MAX] |