Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_tile_data_pooler.cc File Reference
#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)
 

Macro Definition Documentation

◆ DEBUG_ALLOC_CLONE

#define DEBUG_ALLOC_CLONE ( mem,
totalMem )

Definition at line 75 of file kis_tile_data_pooler.cc.

◆ DEBUG_CLONE_ACTION

#define DEBUG_CLONE_ACTION ( td,
numClones )

Definition at line 65 of file kis_tile_data_pooler.cc.

◆ DEBUG_FREE_CLONE

#define DEBUG_FREE_CLONE ( freed,
demanded )

Definition at line 76 of file kis_tile_data_pooler.cc.

◆ DEBUG_LISTS

#define DEBUG_LISTS ( mem,
beggars,
beggarsMem,
donors,
donorsMem )
Value:
Q_UNUSED(mem); \
Q_UNUSED(beggars); \
Q_UNUSED(beggarsMem); \
Q_UNUSED(donors); \
Q_UNUSED(donorsMem);

Definition at line 69 of file kis_tile_data_pooler.cc.

69#define DEBUG_LISTS(mem, beggars, beggarsMem, donors, donorsMem) \
70 Q_UNUSED(mem); \
71 Q_UNUSED(beggars); \
72 Q_UNUSED(beggarsMem); \
73 Q_UNUSED(donors); \
74 Q_UNUSED(donorsMem);

◆ DEBUG_SIMPLE_ACTION

#define DEBUG_SIMPLE_ACTION ( action)

Definition at line 66 of file kis_tile_data_pooler.cc.

◆ DEBUG_TILE_STATISTICS

#define DEBUG_TILE_STATISTICS ( )

Definition at line 68 of file kis_tile_data_pooler.cc.

◆ RUNTIME_SANITY_CHECK

#define RUNTIME_SANITY_CHECK ( td)

Definition at line 67 of file kis_tile_data_pooler.cc.