MySQL 8.4.0
Source Code Documentation

struct for once_alloc (block) More...

#include <my_sys.h>

Public Attributes

USED_MEMnext
 Next block in use. More...
 
unsigned int left
 memory left in block
More...
 
unsigned int size
 size of block More...
 

Detailed Description

struct for once_alloc (block)

Member Data Documentation

◆ left

unsigned int USED_MEM::left

memory left in block

◆ next

USED_MEM* USED_MEM::next

Next block in use.

◆ size

unsigned int USED_MEM::size

size of block


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