MemPoolFlags
Description:
[ CCode ( cprefix = "CAMEL_MEMPOOL_ALIGN_" , has_type_id = false ) ]
[ Version ( since = "2.32" ) ]
public enum MemPoolFlags
Content:
Enum values:
- BYTE - Allocate to bytes - 8 bit alignment
- MASK - Which bits determine the alignment
information
- STRUCT - Allocate to native structure
alignment
- WORD - Allocate to words - 16 bit alignment