utils
utilities in C for microcontrollers
Data Fields
pool_NAME Struct Reference

instance type generated by POOL with name set to NAME, type set to TYPE, and size set to SIZE More...

#include <pool.h>

Data Fields

struct slist free_list
 the free list for pool_NAME
 
union pool_NAME_private items [SIZE]
 array of items from which to allocate of size SIZE
 

Detailed Description

instance type generated by POOL with name set to NAME, type set to TYPE, and size set to SIZE


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