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