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