Searched defs:rawMemory (Results 1 – 2 of 2) sorted by relevance
166 void* rawMemory = MT::Memory::Alloc(sizeof(int) * elementsCount); in SUITE() local
50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ]; variable