ALLOC 290 modules/widgetman/unzip.c buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); ALLOC 730 modules/widgetman/unzip.c s=(unz_s*)ALLOC(sizeof(unz_s)); ALLOC 1020 modules/widgetman/unzip.c ALLOC(sizeof(file_in_zip_read_info_s)); ALLOC 1024 modules/widgetman/unzip.c pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); ALLOC 122 modules/widgetman/unzip.h #ifndef ALLOC ALLOC 133 src/utils/gzio.cpp s = (gz_stream *)ALLOC(sizeof(gz_stream)); ALLOC 152 src/utils/gzio.cpp s->path = (char*)ALLOC(strlen(path)+1); ALLOC 184 src/utils/gzio.cpp s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); ALLOC 190 src/utils/gzio.cpp s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); ALLOC 800 src/utils/gzio.cpp s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */ ALLOC 844 src/utils/gzio.cpp s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); ALLOC 987 src/utils/gzio.cpp s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);