gem5 v24.0.0.0
|
Limit struct for getrlimit/setrlimit. More...
#include <operatingsystem.hh>
Public Attributes | |
uint64_t | rlim_cur |
soft limit | |
uint64_t | rlim_max |
hard limit | |
Limit struct for getrlimit/setrlimit.
Definition at line 74 of file operatingsystem.hh.
uint64_t gem5::OperatingSystem::rlimit::rlim_cur |
soft limit
Definition at line 76 of file operatingsystem.hh.
uint64_t gem5::OperatingSystem::rlimit::rlim_max |
hard limit
Definition at line 77 of file operatingsystem.hh.