srp
software rendering pipeline
Loading...
Searching...
No Matches
SRPArenaBlock Struct Reference

#include <arena_p.h>

Collaboration diagram for SRPArenaBlock:

Public Attributes

struct SRPArenaBlocknext
 
size_t capacity
 
size_t used
 
unsigned char data []
 

Detailed Description

Represents a memory block in the SRPArena

Member Data Documentation

◆ capacity

size_t SRPArenaBlock::capacity

Total allocated size of this block

◆ data

unsigned char SRPArenaBlock::data[]

Pointer to the data

◆ next

struct SRPArenaBlock* SRPArenaBlock::next

Pointer to the next block

◆ used

size_t SRPArenaBlock::used

How many bytes are used


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