b2BlockAllocator
|
|
|
__swig_destroy__(...)
delete_b2BlockAllocator(b2BlockAllocator self) |
|
|
|
|
|
__getstate__(self,
additional_ignore=[ ] )
Returns a dictionary representation of self, with
dict(var=value [, ...]) |
source code
|
|
|
__setstate__(self,
dict)
Takes each variable=value pair in the dictionary and sets the
attributes based on them |
source code
|
|
|
Allocate(...)
b2BlockAllocator_Allocate(b2BlockAllocator self, int32 size) ->
void |
source code
|
|
|
Free(...)
b2BlockAllocator_Free(b2BlockAllocator self, void p, int32 size) |
source code
|
|
|
Clear(...)
b2BlockAllocator_Clear(b2BlockAllocator self) |
source code
|
|