[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record containing mmap args.
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; |
No notes exist for this page yet.