| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected