NodeAllocator.NodeAllocator

Undocumented in source.
template NodeAllocator(size_t nodeSize, size_t blockSize = 1024)
alias NodeAllocator = Freelist!(BlockAllocator!(blockSize), ns, ns)

Meta