~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • 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:
60
60
 
61
61
extern const char *soundex_map;
62
62
 
63
 
extern USED_MEM* my_once_root_block;
64
 
extern uint      my_once_extra;
65
 
 
66
63
extern unsigned char    *sf_min_adress,*sf_max_adress;
67
64
extern uint     sf_malloc_count;
68
65
extern struct st_irem *sf_malloc_root;