DualAllocator

Undocumented in source.

Constructors

this
this(A alloc)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

allocate
void[] allocate(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
allocate
void[] allocate(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool deallocate(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool deallocate(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto ref get()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(A rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
inout(T)* peek()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta