DualAllocatorU

Undocumented in source.

Constructors

this
this(A alloc)
Undocumented in source.

Destructor

~this
~this()
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.

Properties

alignment
uint alignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
alignment
uint alignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_isShared
bool _isShared;
Undocumented in source.
_localAlloc
LAllocator _localAlloc;
Undocumented in source.
_sharedAlloc
SAllocator _sharedAlloc;
Undocumented in source.

Meta