MySQL 9.1.0
Source Code Documentation
|
struct for once_alloc (block) More...
#include <my_sys.h>
Public Attributes | |
USED_MEM * | next |
Next block in use. More... | |
unsigned int | left |
memory left in block More... | |
unsigned int | size |
size of block More... | |
struct for once_alloc (block)
unsigned int USED_MEM::left |
memory left in block
USED_MEM* USED_MEM::next |
Next block in use.
unsigned int USED_MEM::size |
size of block