Describes how allocations of a particular type are tracked.
More...
#include <tracking.h>
template<typename T>
requires(
T t,
typename T::pointer p, std::size_t
n) {
typename T::value_type;
typename T::pointer;
typename T::template rebind<empty>;
}
&& (!requires { T::reallocate; } || detail::tracker_with_realloc<T>)
Describes how allocations of a particular type are tracked.
Definition tracking.h:35
local n
Definition dump_lights.lua:5
Describes how allocations of a particular type are tracked.
- See also
- nngn::tracking_allocator
-
nngn::alloc_block