Inheritance diagram for ReuseAllocator:
Public Member Functions | |
this (int width) | |
void | allocate (void[]*x, uint bytes, uint width, uint type, IBuffer.Converter decoder) |
Private Member Functions | |
this (uint size) | |
void | reset () |
void | bind (IReader reader) |
bool | isMutable (void *x) |
Private Attributes | |
uint | bytes |
|
Reimplemented from SliceAllocator. Definition at line 267 of file ArrayAllocator.d. |
|
Reimplemented from SliceAllocator. Definition at line 276 of file ArrayAllocator.d. References type(). |
|
Create with the specified starting size Definition at line 56 of file HeapSlice.d. References HeapSlice::buffer. |
|
Reimplemented from IArrayAllocator. Definition at line 219 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 228 of file ArrayAllocator.d. |
|
Reimplemented from IArrayAllocator. Definition at line 237 of file ArrayAllocator.d. |
|
Definition at line 261 of file ArrayAllocator.d. |