[Overview][Constants][Types][Procedures and functions][Variables] |
Record containing mmap args.
Source position: linuxold.inc 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; |