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

/ast/src/lib/libz/
H A Dgzio.c49 #define ALLOC(size) malloc(size) macro
122 s = (gz_stream *)ALLOC(sizeof(gz_stream));
147 s->path = (char*)ALLOC(strlen(path)+1);
190 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
198 s->stream.next_in = s->inbuf = (Byte*)ALLOC((len > Z_BUFSIZE) ? len : Z_BUFSIZE);
935 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
979 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
1166 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
/ast/src/cmd/INIT/
H A Dratz.c3621 #define ALLOC(size) malloc(size) macro
3690 s = (gz_stream *)ALLOC(sizeof(gz_stream));
3714 s->path = (char*)ALLOC(strlen(path)+1);
3757 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
3763 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);

Completed in 35 milliseconds