Skip to main content

Module memory_pool

Module memory_pool 

Source
Expand description

Memory pool: reusable buffer allocation for GPU transfers and I/O.

Provides BufferPool — a simple slab-style pool of Vec<u8> buffers that avoids repeated allocation churn. Used internally by iris-core and exposed for upper layers (iris-gpu, iris-js, etc.).

Structs§

BufferPool
A pool of reusable byte buffers.