- _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.