ToolDbgObj

ToolDbgObj — A wrapper around GObject for debugging purposes

Functions

Types and Values

struct ToolDbgObj
struct ToolDbgObjClass

Object Hierarchy

    GObject
    ╰── ToolDbgObj
        ├── ToolFileFormat
        ├── ToolFiles
        ├── VisuConfigFile
        ├── VisuAnimation
        ├── VisuBox
        ├── VisuDataColorizer
        ├── VisuNodeArray
        ├── VisuNodeValues
        ├── VisuElementRenderer
        ├── VisuElement
        ├── VisuGlExt
        ├── VisuGl
        ├── VisuGlView
        ├── VisuInteractive
        ├── VisuMap
        ├── VisuMethodSpin
        ├── VisuNodeFinder
        ├── VisuNodeMover
        ├── VisuNodeNeighbours
        ├── VisuPairLinkRenderer
        ├── VisuPair
        ├── VisuPairLink
        ├── VisuPairSet
        ├── VisuPlane
        ├── VisuPlaneSet
        ├── VisuScalarField
        ├── VisuScalarfieldSet
        ├── VisuSurface
        ╰── VisuSurfaceResource

Description

This is a thin wrapper around GObject to count allocation and deallocation and check memory leaks of objects created by V_Sim.

Functions

tool_dbg_obj_class_summarize ()

void
tool_dbg_obj_class_summarize (void);

Debug function displaying the currently in-memory ToolDbgObj.

Since: 3.8

Types and Values

struct ToolDbgObj

struct ToolDbgObj;

Common name to refer to a _ToolDbgObj.


struct ToolDbgObjClass

struct ToolDbgObjClass {
  GObjectClass parent;
};

Common name to refer to a _ToolDbgObjClass.

Members

GObjectClass parent;

private.