btGenericPoolAllocator.h File Reference

#include <limits.h>
#include <stdio.h>
#include <string.h>
#include "LinearMath/btAlignedAllocator.h"
Include dependency graph for btGenericPoolAllocator.h:

Go to the source code of this file.

Classes

class  btGenericMemoryPool
 Generic Pool class. More...
class  btGenericPoolAllocator
 Generic Allocator with pools. More...

Defines

#define BT_DEFAULT_MAX_POOLS   16
#define BT_UINT_MAX   UINT_MAX

Functions

void * btPoolAlloc (size_t size)
void btPoolFree (void *ptr)
void * btPoolRealloc (void *ptr, size_t oldsize, size_t newsize)

Detailed Description

Author:
Francisco Len Nßjera. email projectileman@yahoo.com

General purpose allocator class

Definition in file btGenericPoolAllocator.h.


Define Documentation

#define BT_DEFAULT_MAX_POOLS   16

Definition at line 30 of file btGenericPoolAllocator.h.

#define BT_UINT_MAX   UINT_MAX

Definition at line 29 of file btGenericPoolAllocator.h.


Function Documentation

void* btPoolAlloc ( size_t  size  ) 
void btPoolFree ( void *  ptr  ) 
void* btPoolRealloc ( void *  ptr,
size_t  oldsize,
size_t  newsize 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


bullet
Author(s): Erwin Coumans, ROS package maintained by Tully Foote
autogenerated on Fri Jan 11 10:10:30 2013