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

tmmapargs

Record containing mmap args.

Declaration

Source position: oldlinux.pp line 1536

type tmmapargs = record

  address: LongInt;

  

Address pointer

  size: LongInt;

  

Size of region.

  prot: LongInt;

  

Memory protection flags

  flags: LongInt;

  

Flags

  fd: LongInt;

  

File descriptor

  offset: LongInt;

  

Offset: Multiple of page size

end;

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