AllocatorHandler

Undocumented in source.
package
struct AllocatorHandler {}

Constructors

this
this(A alloc)
Undocumented in source.
this
this(typeof(this) rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

LocalAllocT
alias LocalAllocT = AffixAllocator!(RCIAllocator, size_t)
Undocumented in source.
SharedAllocT
alias SharedAllocT = AffixAllocator!(RCISharedAllocator, size_t)
Undocumented in source.

Functions

_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.
_expand
bool _expand(void[] b, size_t delta)
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.
bootstrap
void bootstrap()
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.
expand
bool expand(void[] b, size_t delta)
Undocumented in source. Be warned that the author may not have intended to support it.
getLocalAlloc
RCIAllocator getLocalAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
getSharedAlloc
AllocatorHandler getSharedAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isShared
bool isShared()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmpPrefix
size_t opCmpPrefix(T[] support, size_t val)
Undocumented in source. Be warned that the author may not have intended to support it.
opPrefix
size_t opPrefix(T[] support, size_t val)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta