Create a memory pool.
pub const MempoolFlags = struct
pub const MempoolFlags = struct { pub const AutoFree = 1; pub const MetaPool = 2; }