Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
const MEMPOOLFLGS P6R::MEMPOOL_NOLOCKS = 0x00000010

Disable serialization.

This may only be used when you are that only a single thread can access the memory pool at any one time. When this flag is specified, the memory pool is NOT thread safe.

Definition at line 37 of file p6mempool.h.