kwave
18.07.70
|
#include "config.h"
#include <limits.h>
#include <unistd.h>
#include "libkwave/String.h"
#include "libkwave/SwapFile.h"
#include "libkwave/Utils.h"
Go to the source code of this file.
Macros | |
#define | MINIMUM_SIZE (16 << 20) |
#define | BLOCK_SIZE (4 << 20) |
Variables | |
static unsigned int | g_instances = 0 |
#define BLOCK_SIZE (4 << 20) |
size increment when resizing: 4 MB
Definition at line 34 of file SwapFile.cpp.
Referenced by Kwave::SwapFile::resize().
#define MINIMUM_SIZE (16 << 20) |
minimum swap file size: 16 MB
Definition at line 31 of file SwapFile.cpp.
Referenced by Kwave::SwapFile::resize().
|
static |
Definition at line 28 of file SwapFile.cpp.
Referenced by Kwave::SwapFile::SwapFile(), and Kwave::SwapFile::~SwapFile().