public enum AkMemPoolAttributes { AkNoAlloc = 0, AkMalloc = 1, AkAllocMask = 1, AkFixedSizeBlocksMode = 8, AkBlockMgmtMask = 8 }