~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 09:51:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808095116-hnodu1sdn0vezgfn
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  char* strdup(str_ref);
116
116
  void init(size_t block_size= ROOT_MIN_BLOCK_SIZE);
117
117
 
118
 
  inline bool alloc_root_inited()
 
118
  bool alloc_root_inited() const
119
119
  {
120
120
    return min_malloc != 0;
121
121
  }