|
Krita Source Code Documentation
|
#include <QLinkedList>#include "kritaimage_export.h"Go to the source code of this file.
Classes | |
| class | KisChunk |
| class | KisChunkAllocator |
| class | KisChunkData |
Macros | |
| #define | DEBUG_FAIL_COUNTER() |
| #define | DECLARE_FAIL_COUNTER() |
| #define | DEFAULT_SLAB_SIZE (64*MiB) |
| #define | DEFAULT_STORE_SIZE (4096*MiB) |
| #define | INIT_FAIL_COUNTER() |
| #define | MiB (1ULL << 20) |
| #define | REGISTER_FAIL() |
| #define | REGISTER_STEP() |
| #define | START_COUNTING() |
Typedefs | |
| typedef QLinkedList< KisChunkData > | KisChunkDataList |
| typedef KisChunkDataList::iterator | KisChunkDataListIterator |
| #define DEBUG_FAIL_COUNTER | ( | ) |
Definition at line 38 of file kis_chunk_allocator.h.
| #define DECLARE_FAIL_COUNTER | ( | ) |
Definition at line 33 of file kis_chunk_allocator.h.
| #define DEFAULT_SLAB_SIZE (64*MiB) |
Definition at line 16 of file kis_chunk_allocator.h.
| #define DEFAULT_STORE_SIZE (4096*MiB) |
Definition at line 15 of file kis_chunk_allocator.h.
| #define INIT_FAIL_COUNTER | ( | ) |
Definition at line 34 of file kis_chunk_allocator.h.
| #define MiB (1ULL << 20) |
Definition at line 13 of file kis_chunk_allocator.h.
| #define REGISTER_FAIL | ( | ) |
Definition at line 37 of file kis_chunk_allocator.h.
| #define REGISTER_STEP | ( | ) |
Definition at line 36 of file kis_chunk_allocator.h.
| #define START_COUNTING | ( | ) |
Definition at line 35 of file kis_chunk_allocator.h.
| typedef QLinkedList<KisChunkData> KisChunkDataList |
Definition at line 46 of file kis_chunk_allocator.h.
| typedef KisChunkDataList::iterator KisChunkDataListIterator |
Definition at line 47 of file kis_chunk_allocator.h.