|
srp
software rendering pipeline
|
#include <arena_p.h>

Public Attributes | |
| struct SRPArenaBlock * | next |
| size_t | capacity |
| size_t | used |
| unsigned char | data [] |
Represents a memory block in the SRPArena
| size_t SRPArenaBlock::capacity |
Total allocated size of this block
| unsigned char SRPArenaBlock::data[] |
Pointer to the data
| struct SRPArenaBlock* SRPArenaBlock::next |
Pointer to the next block
| size_t SRPArenaBlock::used |
How many bytes are used