gwion-util
utilities for the Gwion project
Loading...
Searching...
No Matches
Data Fields
pool Struct Reference

Data Fields

uint8_t ** data
 
gwtlock_t mutex
 
volatile struct Recyclenext
 
uint32_t obj_sz
 
uint32_t obj_id
 
int32_t blk_id
 
uint32_t nblk
 

Detailed Description

Definition at line 15 of file mpool.c.

Field Documentation

◆ blk_id

int32_t pool::blk_id

Definition at line 21 of file mpool.c.

◆ data

uint8_t** pool::data

Definition at line 16 of file mpool.c.

◆ mutex

gwtlock_t pool::mutex

Definition at line 17 of file mpool.c.

◆ nblk

uint32_t pool::nblk

Definition at line 22 of file mpool.c.

◆ next

volatile struct Recycle* pool::next

Definition at line 18 of file mpool.c.

◆ obj_id

uint32_t pool::obj_id

Definition at line 20 of file mpool.c.

◆ obj_sz

uint32_t pool::obj_sz

Definition at line 19 of file mpool.c.


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