~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Monty Taylor
  • Date: 2008-12-06 08:19:28 UTC
  • mto: (656.1.12 devel)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081206081928-ftfxpgfct7pqi7v7
Got rid of my_once_alloc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                                /* :::::::::::::::::::::::::: */
52
52
const char *soundex_map=          "01230120022455012623010202";
53
53
 
54
 
        /* from my_malloc */
55
 
USED_MEM* my_once_root_block=0;                 /* pointer to first block */
56
 
uint      my_once_extra=ONCE_ALLOC_INIT;        /* Memory to alloc / block */
57
 
 
58
54
        /* from safe_malloc */
59
55
uint32_t sf_malloc_prehunc=0,           /* If you have problem with core- */
60
56
     sf_malloc_endhunc=0,               /* dump when malloc-message.... */