Public Member Functions | Private Attributes
b2StackAllocator Class Reference

#include <b2StackAllocator.h>

List of all members.

Public Member Functions

void * Allocate (int32 size)
 b2StackAllocator ()
void Free (void *p)
int32 GetMaxAllocation () const
 ~b2StackAllocator ()

Private Attributes

int32 m_allocation
char m_data [b2_stackSize]
b2StackEntry m_entries [b2_maxStackEntries]
int32 m_entryCount
int32 m_index
int32 m_maxAllocation

Detailed Description

Definition at line 37 of file b2StackAllocator.h.


Constructor & Destructor Documentation

Definition at line 22 of file b2StackAllocator.cpp.

Definition at line 30 of file b2StackAllocator.cpp.


Member Function Documentation

Definition at line 36 of file b2StackAllocator.cpp.

void b2StackAllocator::Free ( void *  p)

Definition at line 61 of file b2StackAllocator.cpp.

Definition at line 80 of file b2StackAllocator.cpp.


Member Data Documentation

Definition at line 53 of file b2StackAllocator.h.

Definition at line 50 of file b2StackAllocator.h.

Definition at line 56 of file b2StackAllocator.h.

Definition at line 57 of file b2StackAllocator.h.

Definition at line 51 of file b2StackAllocator.h.

Definition at line 54 of file b2StackAllocator.h.


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


mvsim
Author(s):
autogenerated on Thu Sep 7 2017 09:27:49