~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
with mem_free.
233
233
@return own: free storage */
234
234
UNIV_INLINE
235
 
void*
 
235
void *
236
236
mem_alloc_func(
237
237
/*===========*/
238
238
        ulint           n,              /*!< in: requested size in bytes */