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