GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Temporary block allocator implementation. More...
Go to the source code of this file.
Data Structures | |
struct | gp_temp_alloc |
Temporary buffer. More... | |
Macros | |
#define | gp_temp_alloc_free(self) |
Frees a temporary allocated memory. | |
Temporary block allocator implementation.
Creates pool for block allocation (small ones are done on the stack, bigger using malloc).
The usage is:
Definition in file gp_temp_alloc.h.
#define gp_temp_alloc_free | ( | self | ) |
Frees a temporary allocated memory.
self | A temporary allocator. |
Definition at line 79 of file gp_temp_alloc.h.