Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTMemory.h6 #define MT_ALLOCATE_ON_STACK(BYTES_COUNT) _alloca(BYTES_COUNT) argument
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTMemory.h9 #define MT_ALLOCATE_ON_STACK(BYTES_COUNT) alloca(BYTES_COUNT) argument