Go to the source code of this file.
Defines | |
| #define | fsnew(p, T, L) while (1) { try { p = new T [L]; if (p == NULL) fsIFOnMemoryError (); else break; } catch (...) {fsIFOnMemoryError ();} } |
Functions | |
| void | fsIFOnMemoryError () |
| #define fsnew | ( | p, | |||
| T, | |||||
| L | ) | while (1) { try { p = new T [L]; if (p == NULL) fsIFOnMemoryError (); else break; } catch (...) {fsIFOnMemoryError ();} } |
Definition at line 12 of file system.h.
Referenced by CHFEWnd::_EventsFunc(), CShedulerWnd::_ScheduleMgrEventDesc(), fsScheduleMgr::_threadDial(), fsWebPageDownloader::AddPage(), fsDownloadMgr::ApplyAdditionalExt(), CSchedule_WTSPage::ApplyDial(), CSchedule_WTSPage::ApplyHangup(), CSchedule_WTSPage::ApplyProg(), fsDownloadMgr::BuildFileName(), fsUpdateMgr::CheckForUpdate(), fsWebPageDownloader::CorrectUnpUrls(), fsURL::Crack(), fsWebPageDownloader::CrackUrl(), CCreateDownloadsDlg::CreateDownloads(), DNPEntry_SetValue(), vmsSimpleFileDownloader::Download(), DPEntry_SetValue(), fsRASMgr::EnumConnections(), fsRASMgr::EnumEntries(), fsDNP_ApplyUrl(), fsDownloadFile(), fsFillBuffer(), fsHttpOpenPath(), fsIsAnchorInUrl(), fsReadStrFromFile(), fsStrGetStrUpToChar(), fsUrlToFullUrl(), fsDownloadRegSaver::Load(), fsDownloadRegSaver::LoadDownload(), fsHttpFiles::LoadFile(), fsTrayIconMgr::LoadIcons(), fsDownloadMgr::LoadState(), CHFEWnd::LogFailedMessage(), fsDownloadMgr::MoveFile(), fsDownloadRegSaver::OLD_LoadDownload(), fsPluginMgr::OnNewLng(), CCreateDownloadListDlg::OnOK(), CCreateDownloadDlg::OnOK(), CCreateBatchDownload::OnOK(), fsWebPageDownloader::ParseHTMLFile(), CCreateDownloadListDlg::ReadAuth(), CCreateBatchDownload::ReadAuth(), CCreateDownloadDlg::ReadDNP(), fsFtpFile::ReceiveExtError(), fsFtpConnection::ReceiveExtError(), fsDownloadMgr::RenameFile(), fsHTMLParser::ReplaceString(), fsDownloadRegSaver::Save(), CListCtrlEx::SaveState(), fsAppSettings::Scheduler_LastTask_read(), fsHttpFile::SetAdditionalHeaders(), fsHttpFile::SetCookies(), fsDownloadMgr::SetOutputFileName(), fsHttpFile::SetPostData(), fsHttpFile::SetReferer(), and fsUpdateMgr::Update().
| void fsIFOnMemoryError | ( | ) |
Definition at line 8 of file system.cpp.
1.5.6