![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "unix/BlockArray.h"#include <QtCore>#include <assert.h>#include <sys/mman.h>#include <sys/param.h>#include <unistd.h>#include <stdio.h>
Go to the source code of this file.
Functions | |
| void | moveBlock (FILE *fion, int cursor, int newpos, char *buffer2) |
Variables | |
| static int | blocksize = 0 |
Definition at line 209 of file BlockArray.cpp.
References SEEK_SET.
Referenced by BlockArray::decreaseBuffer(), and BlockArray::increaseBuffer().
|
static |
Definition at line 37 of file BlockArray.cpp.
Referenced by BlockArray::decreaseBuffer(), and BlockArray::increaseBuffer().
1.8.1.2