Drizzled Public API Documentation

buf_chunk_struct Struct Reference

List of all members.

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

array of buffer control blocks

Definition at line 305 of file buf0buf.cc.

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.

size of frames[] and blocks[]

Definition at line 302 of file buf0buf.cc.


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