|
kwave
18.07.70
|
#include "config.h"#include <limits.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include <QFile>#include <QFileInfo>#include <QLatin1Char>#include <QMutexLocker>#include <QString>#include <linux/kernel.h>#include <sys/sysinfo.h>#include <sys/resource.h>#include "libkwave/MemoryManager.h"#include "libkwave/String.h"#include "libkwave/SwapFile.h"#include "libkwave/Utils.h"#include "libkwave/memcpy.h"
Go to the source code of this file.
Macros | |
| #define | CACHE_SIZE 16 |
Variables | |
| static Kwave::MemoryManager | g_instance |
| #define CACHE_SIZE 16 |
number of elements in the m_cached_swap list
Definition at line 47 of file MemoryManager.cpp.
Referenced by Kwave::MemoryManager::unmap().
|
static |
static instance of the memory manager
Definition at line 50 of file MemoryManager.cpp.
Referenced by Kwave::MemoryManager::instance().