Drizzled Public API Documentation

buf_chunk_struct Struct Reference

Public Attributes

ulint mem_size
 
ulint size
 
void * mem
 
buf_block_tblocks
 

Detailed Description

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

Definition at line 300 of file buf0buf.cc.

Member Data Documentation

buf_block_t* buf_chunk_struct::blocks

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.

ulint buf_chunk_struct::mem_size

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.


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