CmpStr - v3.4.0
    Preparing search index...

    Interface PoolBuffer<T>

    PoolBuffer represents a buffer and its size in the pool.

    interface PoolBuffer<T> {
        buffer: T;
        id: number;
        size: number;
    }

    Type Parameters

    • T

      The buffer type

    Hierarchy (View Summary)

    Index
    buffer: T
    id: number
    size: number