MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / _Xoverflow_error

Function _Xoverflow_error

Kernel-Bridge/API/CppSupport.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 [[noreturn]]
210 void __cdecl _Xoverflow_error(_In_z_ const char*)
211 {
212 RaiseException(DRIVER_OVERRAN_STACK_BUFFER);
213 }
214
215 [[noreturn]]
216 void __cdecl _Xruntime_error(_In_z_ const char*)

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected