InnoDB Plugin  1.0
Data Fields
buf_chunk_t Struct Reference
Collaboration diagram for buf_chunk_t:
Collaboration graph
[legend]

Data Fields

ulint mem_size
ulint size
void * mem
buf_block_tblocks

Detailed Description

A chunk of buffers. The buffer pool is allocated in chunks.

Field Documentation

buf_block_t* buf_chunk_t::blocks

array of buffer control blocks

void* buf_chunk_t::mem

pointer to the memory area which was allocated for the frames

ulint buf_chunk_t::mem_size

allocated size of the chunk

ulint buf_chunk_t::size

size of frames[] and blocks[]


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