#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 |
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().
|
static |
Definition at line 37 of file BlockArray.cpp.
Referenced by BlockArray::BlockArray(), BlockArray::append(), BlockArray::at(), BlockArray::decreaseBuffer(), BlockArray::increaseBuffer(), moveBlock(), BlockArray::setHistorySize(), BlockArray::setSize(), and BlockArray::unmap().