GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
BlockArray.cpp File Reference
#include "unix/BlockArray.h"
#include <QtCore>
#include <assert.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <unistd.h>
#include <stdio.h>
Include dependency graph for BlockArray.cpp:

Go to the source code of this file.

Functions

void moveBlock (FILE *fion, int cursor, int newpos, char *buffer2)
 

Variables

static int blocksize = 0
 

Function Documentation

◆ moveBlock()

void moveBlock ( FILE *  fion,
int  cursor,
int  newpos,
char *  buffer2 
)

Definition at line 209 of file BlockArray.cpp.

References blocksize, and SEEK_SET.

Referenced by BlockArray::decreaseBuffer(), and BlockArray::increaseBuffer().

Variable Documentation

◆ blocksize