struct MempoolFlags [src]
Create a memory pool.
Members
Source
pub const MempoolFlags = struct {
pub const AutoFree = 1;
pub const MetaPool = 2;
}
pub const MempoolFlags = struct {
pub const AutoFree = 1;
pub const MetaPool = 2;
}