Oyranos  git-devel
Oyranos is a full featured Color Management System
Variables
oyranos_helper.c File Reference

helpers More...

#include "oyranos_core.h"
#include "oyranos_helper.h"
#include "oyranos_internal.h"
#include "oyranos_icc.h"
#include "md5.h"
#include "lookup3.h"
#include <stdio.h>
#include <string.h>

Variables

int oy_debug_memory = 0
 Aktivate memory debugging. More...
 
signed int oy_debug_objects = -1
 Activate object debugging. More...
 
int oy_debug_signals = 0
 Aktivate signal debugging. More...
 

Detailed Description

helpers

Oyranos is an open source Color Management System

Copyright:
2005-2022 (C) Kai-Uwe Behrmann
Author
Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
License:
new BSD http://www.opensource.org/licenses/BSD-3-Clause
Since
2005/09/02

Variable Documentation

◆ oy_debug_memory

int oy_debug_memory = 0

Aktivate memory debugging.

Maps to OY_DEBUG_MEMORY environment variable.

See also
Debugging Variables

◆ oy_debug_objects

signed int oy_debug_objects = -1

Activate object debugging.

select object id

Maps to OY_DEBUG_OBJECTS environment variable.

See also
Debugging Variables

Referenced by oyObject_GetId(), oyObject_UnRef(), and oyObjectTreePrint().

◆ oy_debug_signals

int oy_debug_signals = 0

Aktivate signal debugging.

Maps to OY_DEBUG_SIGNALS environment variable.

See also
Debugging Variables