LiquidFun
Main Page
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Public Types
|
Public Member Functions
|
List of all members
b2StackAllocator Class Reference
Public Types
enum
{
MIN_ALIGNMENT
= sizeof(void*) }
enum
{
ALIGN_MASK
= MIN_ALIGNMENT - 1 }
Public Member Functions
void *
Allocate
(int32 size)
void *
Reallocate
(void *p, int32 size)
void
Free
(void *p)
int32
GetMaxAllocation
() const
The documentation for this class was generated from the following files:
b2StackAllocator.h
b2StackAllocator.cpp