Searched refs:ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
34 static const int32 ALIGNMENT = 16; variable35 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);39 byte rawMemory_[sizeof(T) * CAPACITY + ALIGNMENT];
39 static const int32 ALIGNMENT = 16; variable40 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ];
43 static const int32 ALIGNMENT = 16; variable85 data = Memory::Alloc(sizeof(T) * numElements, ALIGNMENT); in ConcurrentRingBuffer()
66 static const int32 ALIGNMENT = 16; variable131 data = Memory::Alloc(bytesCount, ALIGNMENT); in Create()
235 static const int32 ALIGNMENT = 16; variable267 data = Memory::Alloc(bytesCount, ALIGNMENT); in TaskPool()
130 static const int32 ALIGNMENT = 16; variable131 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);135 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];253 static const int32 ALIGNMENT = 16; variable254 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);257 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];372 static const int32 ALIGNMENT = 16; variable373 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);382 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT ];