|
Krita Source Code Documentation
|
#include <stdio.h>#include "kis_tile_data.h"#include "kis_tile_data_store.h"#include "kis_tile_data_store_iterators.h"#include "kis_debug.h"#include "kis_tile_data_pooler.h"#include "kis_image_config.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_ALLOC_CLONE(mem, totalMem) |
| #define | DEBUG_CLONE_ACTION(td, numClones) |
| #define | DEBUG_FREE_CLONE(freed, demanded) |
| #define | DEBUG_LISTS(mem, beggars, beggarsMem, donors, donorsMem) |
| #define | DEBUG_SIMPLE_ACTION(action) |
| #define | DEBUG_TILE_STATISTICS() |
| #define | RUNTIME_SANITY_CHECK(td) |
| #define DEBUG_ALLOC_CLONE | ( | mem, | |
| totalMem ) |
Definition at line 75 of file kis_tile_data_pooler.cc.
| #define DEBUG_CLONE_ACTION | ( | td, | |
| numClones ) |
Definition at line 65 of file kis_tile_data_pooler.cc.
| #define DEBUG_FREE_CLONE | ( | freed, | |
| demanded ) |
Definition at line 76 of file kis_tile_data_pooler.cc.
| #define DEBUG_LISTS | ( | mem, | |
| beggars, | |||
| beggarsMem, | |||
| donors, | |||
| donorsMem ) |
Definition at line 69 of file kis_tile_data_pooler.cc.
| #define DEBUG_SIMPLE_ACTION | ( | action | ) |
Definition at line 66 of file kis_tile_data_pooler.cc.
| #define DEBUG_TILE_STATISTICS | ( | ) |
Definition at line 68 of file kis_tile_data_pooler.cc.
| #define RUNTIME_SANITY_CHECK | ( | td | ) |
Definition at line 67 of file kis_tile_data_pooler.cc.