xref
: /
TaskScheduler
/
Scheduler
/
Include
/
Platform
/
Windows
/
MTMemory.h
(revision 47d53e4d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
3
#
define
ALLOCATE_ON_STACK
(
TYPE
,
COUNT
) (
TYPE
*)
_alloca
(
sizeof
(
TYPE
) *
COUNT
)
4