Inheritance diagram for SimpleAllocator:
Public Member Functions | |
void | reset () |
void | bind (IReader reader) |
bool | isMutable (void *x) |
void | allocate (void[]*x, uint bytes, uint width, uint type, BufferDecoder decoder) |
Private Attributes | |
IReader | reader |
|
Reimplemented from IArrayAllocator. Reimplemented in BufferAllocator. Definition at line 60 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Reimplemented in BufferAllocator. Definition at line 68 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Reimplemented in NativeAllocator, and BufferAllocator. Definition at line 77 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Reimplemented in NativeAllocator, and BufferAllocator. Definition at line 86 of file ArrayAllocator.d. References x. |
|
Definition at line 54 of file ArrayAllocator.d. |