/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/PluginManager/src/PauseMaxMemoryPreloadSentry.h
17 строк
620 B
Matti Kortelainen
Pause MaxMemoryPreload for edmplugincache file reading in PluginManager
31 окт 2024, 10:35
31 окт 2024, 10:35
b121ddf
Код
Авторство
О чём код?
#ifndef FWCore_PluginManager_src_PauseMaxMemoryPreloadSentry_h #define FWCore_PluginManager_src_PauseMaxMemoryPreloadSentry_h namespace edm { class PauseMaxMemoryPreloadSentry { public: PauseMaxMemoryPreloadSentry(); ~PauseMaxMemoryPreloadSentry(); PauseMaxMemoryPreloadSentry(const PauseMaxMemoryPreloadSentry&) = delete; PauseMaxMemoryPreloadSentry(PauseMaxMemoryPreloadSentry&&) = delete; PauseMaxMemoryPreloadSentry& operator=(const PauseMaxMemoryPreloadSentry&) = delete; PauseMaxMemoryPreloadSentry& operator=(PauseMaxMemoryPreloadSentry&&) = delete; }; } // namespace edm #endif