Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_item_global_t Struct Reference

Global item-related state structure. More...

#include <item.h>

Collaboration diagram for reduct_item_global_t:

Data Fields

size_t prevBlockCount
 
size_t blockCount
 
reduct_item_block_tblock
 
mtx_t mutex
 
struct reduct_item * globalFreeList
 
size_t globalFreeCount
 

Detailed Description

Global item-related state structure.

Definition at line 111 of file item.h.

Field Documentation

◆ prevBlockCount

size_t reduct_item_global_t::prevBlockCount

Definition at line 113 of file item.h.

◆ blockCount

size_t reduct_item_global_t::blockCount

Definition at line 114 of file item.h.

◆ block

reduct_item_block_t* reduct_item_global_t::block

Definition at line 115 of file item.h.

◆ mutex

mtx_t reduct_item_global_t::mutex

Definition at line 116 of file item.h.

◆ globalFreeList

struct reduct_item* reduct_item_global_t::globalFreeList

Definition at line 117 of file item.h.

◆ globalFreeCount

size_t reduct_item_global_t::globalFreeCount

Definition at line 118 of file item.h.


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