Last change
on this file since 31138 was
31138,
checked in by felix winkelmann, 6 years ago
|
added preliminary eggs for extraction from core libraries
|
File size:
454 bytes
|
Line | |
---|
1 | (map-file-to-memory (#(procedure #:clean #:enforce) map-file-to-memory (* fixnum fixnum fixnum fixnum #!optional fixnum) (struct mmap))) |
---|
2 | (map/anonymous fixnum) |
---|
3 | (map/file fixnum) |
---|
4 | (map/fixed fixnum) |
---|
5 | (map/private fixnum) |
---|
6 | (map/shared fixnum) |
---|
7 | (memory-mapped-file-pointer (#(procedure #:clean #:enforce) memory-mapped-file-pointer ((struct mmap)) pointer)) |
---|
8 | (memory-mapped-file? (#(procedure #:clean #:predicate (struct mmap)) memory-mapped-file? (*) boolean)) |
---|
Note: See
TracBrowser
for help on using the repository browser.