Inheritance diagram for SliceAllocator:
Public Member Functions | |
this (int width) | |
void | reset () |
void | bind (IReader reader) |
bool | isMutable (void *x) |
void | allocate (void[]*x, uint count, uint width, BufferDecoder decoder) |
Private Attributes | |
IReader | reader |
|
Reimplemented in ReuseAllocator. Definition at line 212 of file ArrayAllocator.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. |
|
Reimplemented from IArrayAllocator. Reimplemented in ReuseAllocator. Definition at line 248 of file ArrayAllocator.d. References BufferDecoder. |
|
Definition at line 206 of file ArrayAllocator.d. |