ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2BlockAllocator.h File Reference

Go to the source code of this file.

Functions

b2BlockAllocatorb2BlockAllocator_Create ()
 Create Allocator.
void b2BlockAllocator_Destroy (b2BlockAllocator *allocator)
 Destroy Allocator.
void * b2BlockAllocator_Allocate (b2BlockAllocator *allocator, int size)
 Allocate Memory.
void b2BlockAllocator_Free (b2BlockAllocator *allocator, void *p, int size)
 Free Memory.
void b2BlockAllocator_Clear (b2BlockAllocator *allocator)
 Clear.

Function Documentation

void* b2BlockAllocator_Allocate ( b2BlockAllocator allocator,
int  size 
)

Allocate Memory.

void b2BlockAllocator_Clear ( b2BlockAllocator allocator)

Clear.

b2BlockAllocator* b2BlockAllocator_Create ( )

Create Allocator.

void b2BlockAllocator_Destroy ( b2BlockAllocator allocator)

Destroy Allocator.

void b2BlockAllocator_Free ( b2BlockAllocator allocator,
void *  p,
int  size 
)

Free Memory.

 All Data Structures Files Functions Variables Typedefs Defines