Home | History | Annotate | Download | only in tool

Lines Matching refs:alloced

3257   static int alloced = 0;
3272 if( (int) (n+sizeof(zInt)*2+used) >= alloced ){
3273 alloced = n + sizeof(zInt)*2 + used + 200;
3274 z = (char *) realloc(z, alloced);