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

Function _Xbad_alloc

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

Source from the content-addressed store, hash-verified

183namespace std
184{
185 [[noreturn]]
186 void __cdecl _Xbad_alloc()
187 {
188 RaiseException(INSTALL_MORE_MEMORY);
189 }
190
191 [[noreturn]]
192 void __cdecl _Xinvalid_argument(_In_z_ const char*)

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected