Xiqual 0.7.2
In file xitools/files.c: Allocate a buffer of the given size.
Documentation
Allocate a buffer of the given size.
- Parameters:
- af - Autofile to create the buffer in. Only one buffer is allowed.
- s Number of bytes. Most programs can get away with a few kiloytes.
Bigger buffers tend to get written from an operating system's cache quicker,
but it's still no guarantee. Larger buffers mean more efficient read
operations, though.
- Author:
- Ronny Bangsund
- See Also:
- autofile, file_new(), file_read(), file_write()
Alphabetic index
This page was generated with the help of DOC++.