ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2StackAllocator.h File Reference

Go to the source code of this file.

Functions

b2StackAllocatorb2StackAllocator_Create ()
 Create Allocator.
void b2StackAllocator_Destroy (b2StackAllocator *allocator)
 Destroy Allocator.
void * b2StackAllocator_Allocate (b2StackAllocator *allocator, int size)
 Allocate Memory.
void b2StackAllocator_Free (b2StackAllocator *allocator, void *p)
 Free Memory.
int b2StackAllocator_GetMaxAllocation (b2StackAllocator *allocator)
 Get Max allocator.

Function Documentation

void* b2StackAllocator_Allocate ( b2StackAllocator allocator,
int  size 
)

Allocate Memory.

b2StackAllocator* b2StackAllocator_Create ( )

Create Allocator.

void b2StackAllocator_Destroy ( b2StackAllocator allocator)

Destroy Allocator.

void b2StackAllocator_Free ( b2StackAllocator allocator,
void *  p 
)

Free Memory.

int b2StackAllocator_GetMaxAllocation ( b2StackAllocator allocator)

Get Max allocator.

 All Data Structures Files Functions Variables Typedefs Defines