C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::track_new::TrackNew Class Reference

#include <cpg_track_new.hpp>

Static Public Member Functions

static void reset ()
 
static void trace (bool b)
 
static void * allocate (std::size_t size, std::size_t align, const char *call)
 
static void status ()
 

Detailed Description

Definition at line 23 of file cpg_track_new.hpp.

Member Function Documentation

◆ allocate()

static void * cpg::track_new::TrackNew::allocate ( std::size_t  size,
std::size_t  align,
const char *  call 
)
inlinestatic

Definition at line 45 of file cpg_track_new.hpp.

Here is the caller graph for this function:

◆ reset()

static void cpg::track_new::TrackNew::reset ( )
inlinestatic

Definition at line 31 of file cpg_track_new.hpp.

◆ status()

static void cpg::track_new::TrackNew::status ( )
inlinestatic

Definition at line 86 of file cpg_track_new.hpp.

◆ trace()

static void cpg::track_new::TrackNew::trace ( bool  b)
inlinestatic

Definition at line 38 of file cpg_track_new.hpp.


The documentation for this class was generated from the following file: