17 #ifndef __CGROUPS_ISOLATOR_SUBSYSTEMS_HUGETLB_HPP__ 18 #define __CGROUPS_ISOLATOR_SUBSYSTEMS_HUGETLB_HPP__ 47 std::string
name()
const override 60 #endif // __CGROUPS_ISOLATOR_SUBSYSTEMS_HUGETLB_HPP__
Represent cgroups hugetlb subsystem.
Definition: hugetlb.hpp:38
std::string name() const override
Definition: hugetlb.hpp:47
Definition: subsystem.hpp:190
~HugetlbSubsystemProcess() override=default
Definition: attributes.hpp:24
const std::string hierarchy
The hierarchy path of cgroups subsystem.
Definition: subsystem.hpp:245
static Try< process::Owned< SubsystemProcess > > create(const Flags &flags, const std::string &hierarchy)
const std::string CGROUP_SUBSYSTEM_HUGETLB_NAME
Definition: constants.hpp:47