MySQL 9.1.0
Source Code Documentation
|
#include <allocator.h>
Static Public Member Functions | |
static size_t | increase (size_t bytes) |
Log increments of MMAP-backed memory consumption. More... | |
static size_t | decrease (size_t bytes) |
Log decrements of MMAP-backed memory consumption. More... | |
static size_t | threshold () |
Get MMAP-backed memory threshold level. More... | |
static size_t | consumption () |
Get current level of MMAP-backed memory consumption. More... | |
|
inlinestatic |
Get current level of MMAP-backed memory consumption.
|
inlinestatic |
Log decrements of MMAP-backed memory consumption.
[in] Number of bytes.
|
inlinestatic |
Log increments of MMAP-backed memory consumption.
[in] Number of bytes.
|
inlinestatic |
Get MMAP-backed memory threshold level.
Level is defined by this Allocator.