pub fn create_mempool_ext(
pool: *const (),
redzone: usize,
is_zeroed: bool,
flags: u8,
)Available on crate feature
client_requests_defs only.Expand description
Create a memory pool like create_mempool with some MempoolFlags specifying extended
behavior.
See also create_mempool, MempoolFlags and Memory Pools: describing and working with
custom allocators