MySQL 8.4.0
Source Code Documentation
LF_ALLOCATOR Struct Reference

#include <lf.h>

Public Attributes

LF_PINBOX pinbox
 
std::atomic< uchar * > top
 
uint element_size
 
std::atomic< uint32mallocs
 
lf_allocator_funcconstructor
 
lf_allocator_funcdestructor
 

Member Data Documentation

◆ constructor

lf_allocator_func* LF_ALLOCATOR::constructor

◆ destructor

lf_allocator_func* LF_ALLOCATOR::destructor

◆ element_size

uint LF_ALLOCATOR::element_size

◆ mallocs

std::atomic<uint32> LF_ALLOCATOR::mallocs

◆ pinbox

LF_PINBOX LF_ALLOCATOR::pinbox

◆ top

std::atomic<uchar *> LF_ALLOCATOR::top

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