MCPcopy Create free account
hub / github.com/boostorg/histogram / tracing_allocator

Method tracing_allocator

test/utility.hpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 tracing_allocator_db* db = nullptr;
100
101 tracing_allocator() noexcept {}
102 tracing_allocator(tracing_allocator_db& x) noexcept : db(&x) {}
103 template <class U>
104 tracing_allocator(const tracing_allocator<U>& a) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected