Drizzled Public API Documentation

mem_area_struct Struct Reference

#include <mem0pool.h>

List of all members.

Public Attributes

ulint size_and_free
 free_list

Detailed Description

Memory area header

Definition at line 44 of file mem0pool.h.


Member Data Documentation

mem_area_struct::free_list

free list node

Definition at line 50 of file mem0pool.h.

ulint mem_area_struct::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 45 of file mem0pool.h.


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