ThreadMem

Undocumented in source.

Members

Mixins

__anonymous
mixin ConvenienceAllocators!(LocklessFreeList, ThreadMem)
Undocumented in source.

Mixed In Members

From mixin ConvenienceAllocators!(LocklessFreeList, ThreadMem)

ident
enum ident;
Undocumented in source.
alloc
auto alloc(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(T* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
alloc
auto alloc(size_t n)

arrays

copy
auto copy(T arr)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
auto realloc(T arr, size_t n, bool zeroise_mem)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(T arr, bool zeroise_mem)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta