Searched refs:rawMemory (Results 1 – 2 of 2) sorted by relevance
166 void* rawMemory = MT::Memory::Alloc(sizeof(int) * elementsCount); in SUITE() local168 MT::ArrayView<int> arrayView(rawMemory, elementsCount); in SUITE()176 const int* buffer = static_cast<const int*>(rawMemory); in SUITE()182 MT::Memory::Free(rawMemory); in SUITE()
50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ]; variable78 : buffer( (Cell*)( ( (uintptr_t)&rawMemory[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MASK ) ) in LockFreeQueueMPMC()