GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A block allocator block header. More...
#include <gp_block_alloc.h>
Data Fields | |
struct gp_balloc_pool * | next |
A pointer to a next block. | |
size_t | free |
Free space in bytes in the block. | |
A block allocator block header.
Definition at line 28 of file gp_block_alloc.h.