~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/mem0mem.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
mem_init(
83
83
/*=====*/
84
84
        ulint   size);  /*!< in: common pool size in bytes */
 
85
/******************************************************************//**
 
86
Closes the memory system. */
 
87
UNIV_INTERN
 
88
void
 
89
mem_close(void);
 
90
/*===========*/
 
91
 
85
92
/**************************************************************//**
86
93
Use this macro instead of the corresponding function! Macro for memory
87
94
heap creation. */