CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ScratchPerThreadInfo Struct Reference

Per-thread scratch buffer state. More...

#include <scratch.h>

Data Fields

int32 next
 Next buffer index to allocate.
 
void * buf [SCRATCH_NBUFFERS]
 Rotating buffer pool.
 

Detailed Description

Per-thread scratch buffer state.

Definition at line 54 of file scratch.h.


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