~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Monty Taylor
  • Date: 2008-12-07 06:57:48 UTC
  • mfrom: (656.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081207065748-u3amhx3mnhopnaeo
More malloc fixes.

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;