nngn
Loading...
Searching...
No Matches
anonymous_namespace{tracking_test.cpp} Namespace Reference

Classes

struct  allocation
 
struct  info
 
struct  nested_tracker
 
struct  realloc_tracker
 
struct  tracker
 

Typedefs

using T = int
 
using alloc_block = nngn::alloc_block<allocation, T>
 

Enumerations

enum class  alloc_type : int
 

Functions

auto deleter (auto &&a, auto *p, std::size_t n)
 
template<template< typename, typename > typename C>
void test (void)
 
template<template< typename, typename > typename C>
void test_nested (void)
 

Typedef Documentation

◆ alloc_block

using anonymous_namespace{tracking_test.cpp}::alloc_block = nngn::alloc_block<allocation, T>

◆ T

using anonymous_namespace{tracking_test.cpp}::T = int

Enumeration Type Documentation

◆ alloc_type

enum class anonymous_namespace{tracking_test.cpp}::alloc_type : int
strong

Function Documentation

◆ deleter()

auto anonymous_namespace{tracking_test.cpp}::deleter ( auto && a,
auto * p,
std::size_t n )
Here is the call graph for this function:

◆ test()

template<template< typename, typename > typename C>
void anonymous_namespace{tracking_test.cpp}::test ( void )

◆ test_nested()

template<template< typename, typename > typename C>
void anonymous_namespace{tracking_test.cpp}::test_nested ( void )