 |
MySQL
8.0.23
Source Code Documentation
|
void * os_mem_alloc_large(ulint *n)
Allocates large pages memory.
Definition: os0proc.cc:76
ulint os_proc_get_number(void)
Converts the current process id to a number.
Definition: os0proc.cc:65
int n
Definition: xcom_base.cc:445
unsigned long int os_process_id_t
Definition: os0proc.h:45
unsigned int uint
Definition: uca-dump.cc:29
std::atomic< ulint > os_total_large_mem_allocated
The total amount of memory currently allocated from the operating system with os_mem_alloc_large().
Definition: os0proc.cc:55
uint os_large_page_size
Large page size.
Definition: os0proc.cc:61
bool os_use_large_pages
Whether to use large pages in the buffer pool.
Definition: os0proc.cc:58
void * os_process_t
Definition: os0proc.h:44
void os_mem_free_large(void *ptr, ulint size)
Frees large pages memory.
Definition: os0proc.cc:167