xref
: /
TaskScheduler
/
Scheduler
/
Include
/
Platform
/
Windows
/
MTMemory.h
(revision 34a394c3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
3
#
define
MT_ALLOCATE_ON_STACK
(
BYTES_COUNT
)
_alloca
(
BYTES_COUNT
)
4