NUMA++ 0.11.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cnumapp::Bitmask< Class >Generic bitmask
 Cnumapp::Bitmask< Cpumask >
 Cnumapp::CpumaskType-safe CPU mask
 Cnumapp::Bitmask< Nodemask >
 Cnumapp::NodemaskType-safe NUMA node mask
 Cnumapp::CpuAffinityCreate CPU affinity and apply to current thread
 Cnumapp::DynamicSchedulerNormal non-realtime scheduler that use dynamic priority (nice value)
 Cnumapp::HugePageResourcePolymorphic memory resource allocating huge pages with specified NUMA policy
 Cnumapp::HugePageSizeDescribes a huge page size and maintains the invariant that page size is an integral power of 2, compatible with mmap() expectations
 Cnumapp::IdleSchedulerRepresents SCHED_IDLE scheduler policy
 Cnumapp::IsFlagEnum< Enum >Trait type that should be specialized for an enumeration to enable use of bitwise operators
 Cnumapp::LockResourceLock memory allocated from upstream memory resource using specified LockFlag
 Cnumapp::MemPolicyClass representing a memory policy that can be modified and used to apply to the current thread or a memory range
 Cnumapp::NumaPoliciesCombines the the available NUMA policy types in one object
 Cnumapp::PageResourcePolymorphic memory resource allocating full system pages with specified NUMA policy
 Cnumapp::SchedulerA sum-type of all supported schedulers
 Cnumapp::ScopedMemPolicyApplies memory policy to this thread at construction and reverts to previous at destruction
 Cnumapp::StaticSchedulerStatic priority scheduler (real-time)