Available on crate feature
client_requests_defs
only.Expand description
The MempoolFlags
usable in create_mempool_ext
as flags
.
Constantsยง
- A
METAPOOL
can also be marked as anauto free
pool - The flag
super::MempoolFlags::METAPOOL
specifies that the pieces of memory associated with the pool usingsuper::mempool_alloc
will be used by the application as superblocks to dole outsuper::malloclike_block
blocks usingsuper::malloclike_block
.