GCAllocator.goodAllocSize

Standard allocator methods per the semantics defined above. The deallocate and reallocate methods are @system because they may move memory around, leaving dangling pointers in user code.

struct GCAllocator
pure nothrow @safe @nogc shared const
size_t
goodAllocSize
(
size_t n
)

Meta