Inheritance diagram for ReuseAllocator:
Public Member Functions | |
this (int width) | |
void | allocate (void[]*x, uint count, uint width, BufferDecoder decoder) |
Private Member Functions | |
this (uint size) | |
void | reset () |
void | bind (IReader reader) |
bool | isMutable (void *x) |
Private Attributes | |
uint | count |
|
Reimplemented from SliceAllocator. Definition at line 270 of file ArrayAllocator.d. |
|
Reimplemented from SliceAllocator. Definition at line 279 of file ArrayAllocator.d. References BufferDecoder. |
|
Create with the specified starting size Definition at line 56 of file HeapSlice.d. |
|
Reimplemented from IArrayAllocator. Definition at line 221 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 230 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 239 of file ArrayAllocator.d. |
|
Definition at line 264 of file ArrayAllocator.d. |