1 |
6.703727 |
_ATL_STACK_MARGIN |
Int32 |
16384 |
0x00004000 |
16384 |
|
|
System.Int32 |
#define _ATL_STACK_MARGIN 0x4000
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\atlmfc\include\atlalloc.h(604,0) |
- Ifndef _ATL_STACK_MARGIN
- REVERSE(If defined(_M_IX86))
- Elif defined _M_X64 || defined _M_ARM64
|
2 |
4.469151 |
_ATL_STACK_MARGIN |
Int32 |
8192 |
0x00002000 |
8192 |
|
|
System.Int32 |
#define _ATL_STACK_MARGIN 0x2000 // Minimum stack available after call to _ATL_SAFE_ALLOCA
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\atlmfc\include\atlalloc.h(602,0) |
- Ifndef _ATL_STACK_MARGIN
- If defined(_M_IX86)
- REVERSE(If defined(_M_IX86))
- REVERSE(Elif defined _M_X64 || defined _M_ARM64)
- Elif defined _M_ARM
|