ContiguousFreeList.owns

Defined if ParentAllocator defines it. Checks whether the block belongs to this allocator.

struct ContiguousFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize)
static if(__traits(hasMember, SParent, "owns") || unchecked)
Ternary
owns
(
void[] b
)

Meta