Drizzled Public API Documentation

ut_mem_block_struct Struct Reference

Public Member Functions

 UT_LIST_NODE_T (ut_mem_block_t) mem_block_list
 

Public Attributes

ulint size
 
ulint magic_n
 

Detailed Description

Dynamically allocated memory block

Definition at line 51 of file ut0mem.cc.

Member Function Documentation

ut_mem_block_struct::UT_LIST_NODE_T ( ut_mem_block_t  )

mem block list node

Member Data Documentation

ulint ut_mem_block_struct::magic_n

magic number (UT_MEM_MAGIC_N)

Definition at line 55 of file ut0mem.cc.

Referenced by ut_free(), ut_free_all_mem(), and ut_realloc().

ulint ut_mem_block_struct::size

size of allocated memory

Definition at line 54 of file ut0mem.cc.

Referenced by ut_free(), ut_free_all_mem(), and ut_realloc().


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