Skip to content

Implement flod.buffer.InSituBuffer and FallbackBuffer #1

Description

@epi

InSituBuffer has a fixed-size (set at compile time) buffer inside it.
alloc() may move data on wrap
FallbackBuffer contains two buffers and uses the first one until it fails to alloc() the requested size. FallbackBuffer then tries to alloc() using the other buffer and moves the data to it, if successful.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions