Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Memory::Allocators::StackAllocator Class Reference

A stack allocator where memory can only be deallocated in order (LIFO). More...

#include <StackAllocator.hpp>

Public Member Functions

bool Initialize (size_t size)
 
bool Allocate (size_t size)
 

Detailed Description

A stack allocator where memory can only be deallocated in order (LIFO).

Memory in a stack allocator is allocated sequentially, and can only be deallocated in reverse order (LIFO).


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