_chkstk 例程

当函数中有多个局部变量页时,编译器将调用。

注解

_chkstk 例程是 C 编译器的帮助程序例程。 对于 x86 编译器,当局部变量超过 4K 字节时,将调用_chkstk 例程;对于 x64 编译器,为 8K。