|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
The structure that tracks available memory space for buffer items, tracks the item list and provides first available item on request. More...

Data Structures | |
| struct | ptxBufferPool_Item |
| Buffer Pool Item structure. More... | |
| struct | ptxBufferPool |
| Buffer Pool structure. More... | |
Typedefs | |
| typedef struct ptxBufferPool_Item | ptxBufferPool_Item_t |
| Buffer Pool Item structure. | |
| typedef struct ptxBufferPool | ptxBufferPool_t |
| Buffer Pool structure. | |
The structure that tracks available memory space for buffer items, tracks the item list and provides first available item on request.
| typedef struct ptxBufferPool_Item ptxBufferPool_Item_t |
Buffer Pool Item structure.
Defines the implementation of a single buffer item. ptxBufferPool_t object keeps the list of buffer pool items.
| typedef struct ptxBufferPool ptxBufferPool_t |
Buffer Pool structure.
Container for the list of ptxBufferPool_Item_t items and buffer pool memory handler structure.