Home
last modified time | relevance | path

Searched refs:ALIGNMENT (Results 1 – 6 of 6) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTStaticVector.h34 static const int32 ALIGNMENT = 16; variable
35 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);
39 byte rawMemory_[sizeof(T) * CAPACITY + ALIGNMENT];
H A DMTQueueMPMC.h39 static const int32 ALIGNMENT = 16; variable
40 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);
50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ];
H A DMTConcurrentRingBuffer.h43 static const int32 ALIGNMENT = 16; variable
85 data = Memory::Alloc(sizeof(T) * numElements, ALIGNMENT); in ConcurrentRingBuffer()
H A DMTTaskQueue.h66 static const int32 ALIGNMENT = 16; variable
131 data = Memory::Alloc(bytesCount, ALIGNMENT); in Create()
H A DMTTaskPool.h235 static const int32 ALIGNMENT = 16; variable
267 data = Memory::Alloc(bytesCount, ALIGNMENT); in TaskPool()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h130 static const int32 ALIGNMENT = 16; variable
131 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);
135 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];
253 static const int32 ALIGNMENT = 16; variable
254 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);
257 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];
372 static const int32 ALIGNMENT = 16; variable
373 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1);
382 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT ];