Enumeration

CamelMemPoolFlags

since: 2.32

Declaration

enum Camel.MemPoolFlags

Description

No description available.

Available since: 2.32

Members

Name Description
CAMEL_MEMPOOL_ALIGN_STRUCT

Allocate to native structure alignment.

CAMEL_MEMPOOL_ALIGN_WORD

Allocate to words - 16 bit alignment.

CAMEL_MEMPOOL_ALIGN_BYTE

Allocate to bytes - 8 bit alignment.

CAMEL_MEMPOOL_ALIGN_MASK

Which bits determine the alignment information.