MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mem_area_t Struct Reference

#include <mem0pool.h>

Public Attributes

ulint size_and_free
 free_list

Detailed Description

Memory area header

Definition at line 40 of file mem0pool.h.

Member Data Documentation

mem_area_t::free_list

free list node

Definition at line 46 of file mem0pool.h.

ulint mem_area_t::size_and_free

memory area size is obtained by anding with ~MEM_AREA_FREE; area in a free list if ANDing with MEM_AREA_FREE results in nonzero

Definition at line 41 of file mem0pool.h.


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