Function create_stratified_pool_with_capacity
pub fn create_stratified_pool_with_capacity(
name: impl Into<String>,
max_buffers_per_bucket: usize,
) -> Arc<StratifiedMemoryPool>Expand description
Create a shared stratified memory pool with custom capacity.