Inheritance diagram for NativeAllocator:
Public Member Functions | |
this (bool aliased=true) | |
bool | isMutable (void *x) |
void | allocate (void[]*x, uint bytes, uint width, uint type, IBuffer.Converter decoder) |
Private Member Functions | |
void | reset () |
void | bind (IReader reader) |
Private Attributes | |
bool | aliased |
|
Definition at line 106 of file ArrayAllocator.d. References aliased. |
|
Reimplemented from SimpleAllocator. Definition at line 115 of file ArrayAllocator.d. References aliased. |
|
Reimplemented from SimpleAllocator. Definition at line 124 of file ArrayAllocator.d. References type(). |
|
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 100 of file ArrayAllocator.d. Referenced by isMutable(), and this(). |