Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
allocate ( int size ) : |
||
btPoolAllocator ( int elemSize, int maxElements ) : System | ||
freeMemory ( |
||
getElementSize ( ) : int | ||
getFreeCount ( ) : int | ||
getMaxCount ( ) : int | ||
getPoolAddress ( ) : |
||
getUsedCount ( ) : int | ||
validPtr ( SWIGTYPE_p_void ptr ) : bool |
Method | Description | |
---|---|---|
btPoolAllocator ( |
||
getCPtr ( |
public allocate ( int size ) : |
||
size | int | |
return |
public btPoolAllocator ( int elemSize, int maxElements ) : System | ||
elemSize | int | |
maxElements | int | |
return | System |
public freeMemory ( |
||
ptr | ||
return | void |
public getPoolAddress ( ) : |
||
return |
public validPtr ( SWIGTYPE_p_void ptr ) : bool | ||
ptr | SWIGTYPE_p_void | |
return | bool |