Public Attributes | |
ulint | mem_size |
ulint | size |
void * | mem |
buf_block_t * | blocks |
A chunk of buffers. The buffer pool is allocated in chunks.
Definition at line 300 of file buf0buf.cc.
array of buffer control blocks
Definition at line 305 of file buf0buf.cc.
void* buf_chunk_struct::mem |
pointer to the memory area which was allocated for the frames
Definition at line 303 of file buf0buf.cc.
allocated size of the chunk
Definition at line 301 of file buf0buf.cc.
ulint buf_chunk_struct::size |
size of frames[] and blocks[]
Definition at line 302 of file buf0buf.cc.