RlimT

Type Alias RlimT 

Source
pub type RlimT = usize;
Expand description

资源限制值类型,对应 C 语言中的 rlim_t,通常是 usize (64位无符号长整型)。