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 bytes, uint width, uint type, BufferDecoder decoder) |
Private Attributes | |
BufferDecoder | raw |
uint | width |
|
Definition at line 146 of file ArrayAllocator.d. References width. |
|
Reimplemented from SimpleAllocator. Definition at line 155 of file ArrayAllocator.d. References IBuffer::compress(), width, and IBuffer::writable(). |
|
Reimplemented from SimpleAllocator. Definition at line 168 of file ArrayAllocator.d. References raw, and IBuffer::read(). |
|
Reimplemented from SimpleAllocator. Definition at line 178 of file ArrayAllocator.d. References IBuffer::getContent(). |
|
Reimplemented from SimpleAllocator. Definition at line 188 of file ArrayAllocator.d. |
|
Definition at line 139 of file ArrayAllocator.d. Referenced by allocate(), and bind(). |
|
Definition at line 140 of file ArrayAllocator.d. |