Module MempoolFlags

Source
Available on crate feature client_requests_defs only.
Expand description

The MempoolFlags usable in create_mempool_ext as flags.

Constantsยง

AUTOFREE
A METAPOOL can also be marked as an auto free pool
DEFAULT
When MempoolFlags is DEFAULT, the behavior is identical to super::create_mempool.
METAPOOL
The flag super::MempoolFlags::METAPOOL specifies that the pieces of memory associated with the pool using super::mempool_alloc will be used by the application as superblocks to dole out super::malloclike_block blocks using super::malloclike_block.