Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

TRLimit

Structure to return RLimit data in.

Declaration

Source position: ostypes.inc line 473

type TRLimit = record

  rlim_cur: rlim_t;

  

Current value of the resource.

  rlim_max: rlim_t;

  

Maximum value for the resource.

end;

Description

TRLimit is the structure used by the kernel to return resource limit information in.


Documentation generated on: Jul 24 2023