#include "new.h" #include namespace NYT::NDetail { //////////////////////////////////////////////////////////////////////////////// void AbortOnOom() { AbortProcessDramatically( EProcessExitCode::OutOfMemory, "Out-of-memory during object allocation"); } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT::NDetail