23 printf(
"mem::Manager() name=%s alloc_count_=%zu peak_=%zu total_=%zu\n",
const char * name_
description for output
Manager g_bypass_manager
global bypass memory manager
std::atomic< size_t > alloc_count_
number of allocation
std::atomic< size_t > peak_
peak allocation
Object shared by allocators and other classes to track memory allocations.
static constexpr bool debug
std::atomic< size_t > total_
total allocation