nngn
Loading...
Searching...
No Matches
tracking.h File Reference
#include <memory>
#include "utils/utils.h"
#include "base.h"
Include dependency graph for tracking.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nngn::tracking_allocator< T, A >
 Allocator which tracks the amount of memory allocated. More...
 
struct  nngn::tracking_allocator< T, A >::rebind< U >
 

Namespaces

namespace  nngn
 
namespace  nngn::detail
 

Concepts

concept  nngn::detail::tracker_with_realloc
 Checks whether the tracker object tracks memory relocation.
 
concept  nngn::alloc_tracker
 Describes how allocations of a particular type are tracked.