libcute 0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
cu_ArenaAllocator Struct Reference

#include <arenaallocator.h>

Collaboration diagram for cu_ArenaAllocator:
Collaboration graph
[legend]

Public Attributes

cu_Allocator backingAllocator
 
struct cu_ArenaAllocator_Chunk * current
 
size_t chunkSize
 

Detailed Description

Runtime state for the arena allocator.

Member Data Documentation

◆ backingAllocator

cu_Allocator cu_ArenaAllocator::backingAllocator

chunk backing allocator

◆ chunkSize

size_t cu_ArenaAllocator::chunkSize

requested chunk size

◆ current

struct cu_ArenaAllocator_Chunk* cu_ArenaAllocator::current

current active chunk


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