⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.hhf

📁 High Level assembly language(HLA)软件
💻 HHF
字号:
#if( ! @defined( resource_hhf ))?resource_hhf := true;#includeonce( "os/time.hhf" )namespace linux; @fast;const		// Constants for the resource limit calls:		rlimit_cpu		:= 0;	rlimit_fsize	:= 1;	rlimit_data		:= 2;	rlimit_stack	:= 3;	rlimit_core		:= 4;	rlimit_rss		:= 5;	rlimit_nproc	:= 6;	rlimit_nofile	:= 7;	rlimit_memlock	:= 8;	rlimit_as		:= 9;	rlimit_locks	:= 10;	rlimit_nlimits	:= 11;	rlimit_inifinty	:= $ffff_ffff;	type	rlimit_t:record		rlim_cur	:dword;		rlim_max	:dword;	endrecord;		rlimit	:rlimit_t;		rusage_t: record		ru_utime	:timeval;		ru_stime	:timeval;		ru_maxrss	:dword;		ru_ixrss	:dword;		ru_idrss	:dword;		ru_isrss	:dword;		ru_minflt	:dword;		ru_majflt	:dword;		ru_nswap	:dword;		ru_inblock	:dword;		ru_oublock	:dword;		ru_msgsnd	:dword;		ru_msgrcv	:dword;		ru_nsignals	:dword;		ru_nvcsw	:dword;		ru_nivcsw	:dword;	endrecord;end linux;#endif //resource_hhf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -