Inheritance diagram for BufferAllocator:
Public Member Functions | |
this (int width=0) | |
void | reset () |
void | bind (IReader reader) |
bool | isMutable (void *x) |
void | allocate (void[]*x, uint count, uint width, BufferDecoder decoder) |
Private Attributes | |
BufferDecoder | raw |
uint | width |
|
Definition at line 148 of file ArrayAllocator.d. References width. |
|
Reimplemented from SimpleAllocator. Definition at line 157 of file ArrayAllocator.d. References IBuffer::compress(), width, and IBuffer::writable(). |
|
Reimplemented from SimpleAllocator. Definition at line 170 of file ArrayAllocator.d. References raw. |
|
Reimplemented from SimpleAllocator. Definition at line 180 of file ArrayAllocator.d. |
|
Reimplemented from SimpleAllocator. Definition at line 190 of file ArrayAllocator.d. References BufferDecoder, and raw. |
|
Definition at line 141 of file ArrayAllocator.d. Referenced by allocate(), and bind(). |
|
Definition at line 142 of file ArrayAllocator.d. |