14 #ifndef THRILL_COMMON_LOGGER_HEADER 15 #define THRILL_COMMON_LOGGER_HEADER 101 #endif // !THRILL_COMMON_LOGGER_HEADER mem::Manager g_logger_mem_manager(nullptr, "Logger")
memory manager singleton for Logger
std::string GetNameForThisThread()
Returns the name of the current thread or 'unknown [id]'.
void NameThisThread(const std::string &name)
Defines a name for the current thread, only if no name was set previously.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
Object shared by allocators and other classes to track memory allocations.