Searched refs:ALLOC (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c26 #define ALLOC(size) malloc(size) macro
87 s = (gz_stream *)ALLOC(sizeof(gz_stream));
103 s->path = (char*)ALLOC(strlen(path)+1);
133 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
139 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
682 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
724 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
869 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);

Completed in 12 milliseconds