Searched refs:rawMemory_ (Results 1 – 2 of 2) sorted by relevance
39 byte rawMemory_[sizeof(T) * CAPACITY + ALIGNMENT]; variable43 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
135 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT]; variable140 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()257 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT]; variable261 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()382 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT ]; variable387 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()