fixedPool

Create instance of FixedPool

  1. auto fixedPool(ubyte[] buffer)
  2. auto fixedPool(ubyte[] buffer)
    nothrow @nogc
    fixedPool
    (
    size_t blockSize
    size_t numBlocks
    )
    (
    ubyte[] buffer = null
    )

Parameters

blockSize

size of one block in a pool

buffer ubyte[]

optional buffer to initiate FixedPool over

Meta