Drizzled Public API Documentation

ut_mem_block_struct Struct Reference

List of all members.

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


Member Data Documentation

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().

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: