alloca

248 よくある誤用: 例外処理

#248 Often Misused: Exception Handlingより。 The _alloca() function allocates memory on the stack. If an allocation request is too large for the available stack space, _alloca() throws an exception. If the exception is not caught, the prog…