DCSTRSIZE         120 util/decompile.c 	strmaxsize=DCSTRSIZE;
DCSTRSIZE         121 util/decompile.c 	dcstr=calloc(DCSTRSIZE,1);
DCSTRSIZE         129 util/decompile.c 		dcstr=realloc(dcstr,strmaxsize+DCSTRSIZE);
DCSTRSIZE         130 util/decompile.c 		strmaxsize+=DCSTRSIZE;