MySQL 9.1.0
Source Code Documentation
|
Can be used to extract pointer and size of the allocation provided by the OS. More...
#include <ut0new.h>
Public Attributes | |
void * | base_ptr |
A pointer returned by the OS allocator. More... | |
size_t | allocation_size |
The size of allocation that OS performed. More... | |
Can be used to extract pointer and size of the allocation provided by the OS.
It is a low level information, and is needed only to call low level memory-related OS functions.
size_t ut::allocation_low_level_info::allocation_size |
The size of allocation that OS performed.
void* ut::allocation_low_level_info::base_ptr |
A pointer returned by the OS allocator.