Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
Allocators::DynamicArena::ArenaChunk Struct Reference
Collaboration diagram for Allocators::DynamicArena::ArenaChunk:
Collaboration graph
[legend]

Public Member Functions

bool Available (size_t size) const
 
uintptr_t Allocate (size_t size)
 

Public Attributes

uintptr_t storage
 
size_t end
 
size_t capacity
 
ArenaChunknext
 

Member Function Documentation

uintptr_t Allocators::DynamicArena::ArenaChunk::Allocate ( size_t  size)
inline
bool Allocators::DynamicArena::ArenaChunk::Available ( size_t  size) const
inline

Member Data Documentation

size_t Allocators::DynamicArena::ArenaChunk::capacity
size_t Allocators::DynamicArena::ArenaChunk::end
ArenaChunk* Allocators::DynamicArena::ArenaChunk::next
uintptr_t Allocators::DynamicArena::ArenaChunk::storage

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