lumiera_tmpbuf_struct Struct Reference
Round robin temporary buffers.
More...
List of all members.
|
Public Attributes |
|
void * | buffers [64] |
|
unsigned | idx |
|
size_t | sizes [64] |
Detailed Description
This provides 64 buffers per thread which are recycled with each use. The idea here is to have fast buffers for temporal data without need for explicit heap management.
Definition at line 124 of file safeclib.c.
The documentation for this struct was generated from the following file: