mirror of
https://github.com/Bareflank/hypervisor
synced 2026-08-17 06:23:04 -04:00
This patch provides some small updates to enable catching and handling when memory runs out (std::bad_alloc). Specifically, when this happens, we can no longer use std::cout which does many allocations in the process. Instead we exit gracefully with an error code. Signed-off-by: “Rian <“rianquinn@gmail.com”> |
||
|---|---|---|
| .. | ||
| gsl | ||
| constants.h | ||
| crt.h | ||
| debug.h | ||
| debug_ring_interface.h | ||
| driver_entry_interface.h | ||
| eh_frame_list.h | ||
| entry.h | ||
| error_codes.h | ||
| exception.h | ||
| guard_exceptions.h | ||
| hippomocks.h | ||
| mainpage.h | ||
| memory.h | ||
| unittest.h | ||
| view_as_pointer.h | ||