GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
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

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

Definition at line 209 of file BlockArray.cpp.

References SEEK_SET.

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

Variable Documentation

int blocksize = 0
static

Definition at line 37 of file BlockArray.cpp.

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