Inheritance diagram for NativeAllocator:
Public Member Functions | |
this (bool aliased=true) | |
bool | isMutable (void *x) |
void | allocate (void[]*x, uint count, uint width, BufferDecoder decoder) |
Private Member Functions | |
void | reset () |
void | bind (IReader reader) |
Private Attributes | |
bool | aliased |
|
Definition at line 107 of file ArrayAllocator.d. References aliased. |
|
Reimplemented from SimpleAllocator. Definition at line 116 of file ArrayAllocator.d. References aliased. |
|
Reimplemented from SimpleAllocator. Definition at line 125 of file ArrayAllocator.d. References BufferDecoder. |
|
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. |
|
Definition at line 101 of file ArrayAllocator.d. Referenced by isMutable(), and this(). |