FixedPool.allocVoid

Similar to alloc but doesn't initialize the allocated value.

  1. U* allocVoid()
    struct FixedPool(size_t blockSize, size_t numBlocks, T = void)
    nothrow @nogc
    static if(is(T == void))
    U*
    allocVoid
    (
    U
    )
    ()
  2. T* allocVoid()

Meta