Home
last modified time | relevance | path

Searched refs:rawMemory_ (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTStaticVector.h39 byte rawMemory_[sizeof(T) * CAPACITY + ALIGNMENT]; variable
43 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h135 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT]; variable
140 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
257 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT]; variable
261 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
382 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT ]; variable
387 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()