GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Temporary buffer. More...
#include <gp_temp_alloc.h>
Data Fields | |
void * | buffer |
Buffer start. | |
size_t | pos |
How much of buffer was consumed by allocations. | |
size_t | size |
Buffer size. | |
Temporary buffer.
Definition at line 47 of file gp_temp_alloc.h.