svlimith.inc 514 B

12345678910111213141516171819202122
  1. type
  2. __vlimit_resource = (
  3. LIM_NORAISE := 0,
  4. LIM_CPU := 1,
  5. LIM_FSIZE := 2,
  6. LIM_DATA := 3,
  7. LIM_STACK := 4,
  8. LIM_CORE := 5,
  9. LIM_MAXRSS := 6);
  10. Const
  11. VLIMIT_INFINITY = $7fffffff;
  12. function vlimit(__resource:__vlimit_resource; __value:longint):longint;cdecl;external clib name 'vlimit';
  13. { ---------------------------------------------------------------------
  14. Borland compatibility types
  15. ---------------------------------------------------------------------}
  16. // Type