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

#include <tpf_tracknew.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 21 of file tpf_tracknew.hpp.

Member Function Documentation

◆ allocate()

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

Definition at line 43 of file tpf_tracknew.hpp.

Here is the caller graph for this function:

◆ reset()

static void TrackNew::reset ( )
inlinestatic

Definition at line 29 of file tpf_tracknew.hpp.

◆ status()

static void TrackNew::status ( )
inlinestatic

Definition at line 84 of file tpf_tracknew.hpp.

◆ trace()

static void TrackNew::trace ( bool  b)
inlinestatic

Definition at line 36 of file tpf_tracknew.hpp.


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