Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
FastFixedAllocator::Chunk Struct Reference

#include <FastAllocator.h>

Public Types

enum  { size = 8*1024-16 }
 

Public Attributes

Chunknext
 
char mem [size]
 

Detailed Description

Definition at line 231 of file FastAllocator.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
size 

Definition at line 233 of file FastAllocator.h.

Member Data Documentation

◆ mem

char FastFixedAllocator::Chunk::mem[size]

Definition at line 238 of file FastAllocator.h.

◆ next

Chunk* FastFixedAllocator::Chunk::next

Definition at line 237 of file FastAllocator.h.


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