BlockBucketAllocator

Undocumented in source.

Constructors

this
this(typeof(this) )
Undocumented in source.
this
this(size_t pageFactor)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

alloc
MaybeNullSlice!(T, Tag) alloc(size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(NotNullPtr!(T, Tag) ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(NotNullSlice!(T, Tag) slice)
Undocumented in source. Be warned that the author may not have intended to support it.
owns
bool owns(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
MaybeNullSlice!(T, Tag) realloc(NotNullSlice!(T, Tag) slice, size_t toAmount)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

Tag
string Tag;
Undocumented in source.

Meta