[comp.sys.hp] getrlimit equivalent

cheung@unc.cs.unc.edu (Clement Cheung) (02/28/90)

Is there an equivalent of the getrlimit system call on HP-UX that
I can use to determine what is the limit of the size of the data
segment ? I need this figure to help my application to switch
between keeping everything in core and keeping only the essential
data in core and others on disk.

Thanks.


Clement Cheung