MySQL 8.3.0
Source Code Documentation
temptable::MemoryMonitor Struct Reference

#include <allocator.h>

Classes

struct  MMAP
 
struct  RAM
 

Static Private Attributes

static std::atomic< size_t > ram
 Total bytes allocated so far by all threads in RAM/MMAP. More...
 
static std::atomic< size_t > mmap
 

Member Data Documentation

◆ mmap

std::atomic< size_t > temptable::MemoryMonitor::mmap
staticprivate

◆ ram

std::atomic< size_t > temptable::MemoryMonitor::ram
staticprivate

Total bytes allocated so far by all threads in RAM/MMAP.


The documentation for this struct was generated from the following files: