DynamicPool.alloc

Allocates requested type over pooled memory block and returns it. onOutOfMemoryError is called when new memory block fails to be allocated.

  1. void* alloc(size_t len)
  2. T* alloc(ARGS args)
    struct DynamicPool(size_t blockSize)
    nothrow @nogc
    T*
    alloc
    (
    T
    ARGS...
    )
    (
    auto ref ARGS args
    )

Meta