~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Brian Aker
  • Date: 2010-05-18 23:58:31 UTC
  • mfrom: (1532.1.9 fix-table)
  • Revision ID: brian@gaz-20100518235831-nji9mm9ju2eekelw
Merge of overall patch for TableShare new() work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    return min_malloc != 0;
119
119
  }
120
120
  void free_root(myf MyFLAGS);
 
121
  void *multi_alloc_root(int unused, ...);
 
122
 
121
123
};
122
124
 
123
 
void *multi_alloc_root(Root *mem_root, ...);
124
 
 
125
125
} /* namespace memory */
126
126
} /* namespace drizzled */
127
127