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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dgzio.c67 #define ALLOC(size) malloc(size) macro
132 s = (gz_stream *)ALLOC(sizeof(gz_stream));
151 s->path = (char*)ALLOC(strlen(path)+1);
183 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
189 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
814 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
858 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
1030 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h369 #define ALLOC(MP) MP_ALLOC(MP) macro
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1730 #define ALLOC(ptr, type, n) \ macro
1982 ALLOC(yHash, Point*, hashSize);
1987 ALLOC(active, Edge, n);

Completed in 2380 milliseconds