Home
last modified time | relevance | path

Searched defs:rawMemory (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/SchedulerTests/Tests/
H A DFoundationTests.cpp166 void* rawMemory = MT::Memory::Alloc(sizeof(int) * elementsCount); in SUITE() local
/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ]; variable