Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
observability.hpp File Reference

Allocation-failure observer hooks and diagnostics globals. More...

#include "lightgraph/internal/Globals.h"
#include "lightgraph/internal/topology.hpp"
Include dependency graph for observability.hpp:

Go to the source code of this file.

Namespaces

namespace  lightgraph
 
namespace  lightgraph::integration
 

Typedefs

using lightgraph::integration::AllocationFailureSite = ::LightgraphAllocationFailureSite
 
using lightgraph::integration::AllocationFailureObserver = ::LightgraphAllocationFailureObserver
 

Functions

void lightgraph::integration::setAllocationFailureObserver (AllocationFailureObserver observer)
 
void lightgraph::integration::setAllocationFailureObserver (::TopologyObject &object, AllocationFailureObserver observer)
 
void lightgraph::integration::reportAllocationFailure (AllocationFailureSite site, uint16_t detail0=0, uint16_t detail1=0)
 
void lightgraph::integration::reportAllocationFailure (::TopologyObject &object, AllocationFailureSite site, uint16_t detail0=0, uint16_t detail1=0)
 

Detailed Description

Allocation-failure observer hooks and diagnostics globals.

Definition in file observability.hpp.