PriorityQueue.fixedAllocSize

struct PriorityQueue(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)
static
size_t
fixedAllocSize
(
size_t width
)

Return Value

Type: size_t

The total number of bytes that will be requested to the allocator when creating a new, empty instance of this type with the given width.

Meta