FramePool.this

Initializes a new memory pool.

struct FramePool
@nogc @trusted nothrow
this
(
size_t pageSize
)

Parameters

pageSize size_t

The amount of bytes the pool grows by. (minimum 4096)

Meta