| 183 | namespace 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*) |
nothing calls this directly
no test coverage detected