parrotcode: IO Layer for mmaped files | |
Contents | C |
src/io/io_mmap.c - IO Layer for mmaped files
Open mmaps the file.
PIO_mmap_register_layer
PIO_mmap_open
Open
function.PIO_mmap_read
read()
to return up to len
bytes in the memory starting at buffer
.PIO_mmap_close
*io
's file descriptor.src/io/io_passdown.c, src/io/io.c, src/io/io_layers.c, src/io/io_private.h.
Initially written by Leo.
|