kwave  18.07.70
MemoryPlugin.cpp File Reference
#include "config.h"
#include <errno.h>
#include <limits.h>
#include <QString>
#include <QStringList>
#include <KLocalizedString>
#include "libkwave/MemoryManager.h"
#include "libkwave/Plugin.h"
#include "libkwave/String.h"
#include "MemoryDialog.h"
#include "MemoryPlugin.h"
#include "MemoryPlugin.moc"
Include dependency graph for MemoryPlugin.cpp:

Go to the source code of this file.

Macros

#define DEFAULT_PHYSICAL_LIMIT   2048
 
#define DEFAULT_VIRTUAL_LIMIT   2048
 
#define DEFAULT_UNDO_LIMIT   1024
 

Macro Definition Documentation

◆ DEFAULT_PHYSICAL_LIMIT

#define DEFAULT_PHYSICAL_LIMIT   2048

default memory limit for physical memory [MB]

Definition at line 37 of file MemoryPlugin.cpp.

◆ DEFAULT_UNDO_LIMIT

#define DEFAULT_UNDO_LIMIT   1024

default memory limit for undo memory [MB]

Definition at line 43 of file MemoryPlugin.cpp.

◆ DEFAULT_VIRTUAL_LIMIT

#define DEFAULT_VIRTUAL_LIMIT   2048

default memory limit for swap space [MB]

Definition at line 40 of file MemoryPlugin.cpp.