b2StackAllocator
|
|
|
__swig_destroy__(...)
delete_b2StackAllocator(b2StackAllocator 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(...)
b2StackAllocator_Allocate(b2StackAllocator self, int32 size) ->
void |
source code
|
|
|
Free(...)
b2StackAllocator_Free(b2StackAllocator self, void p) |
source code
|
|
|
GetMaxAllocation(...)
b2StackAllocator_GetMaxAllocation(b2StackAllocator self) -> int32 |
source code
|
|