[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#rtl)

TRLimit

Structure to return RLimit data in.

Declaration

Source position: ostypes.inc line 330

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.