Searched refs:ALLOC (Results 1 - 4 of 4) 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.c149 ALLOC(mp) = prec;
174 if((DIGITS(mp) = s_mp_alloc(ALLOC(from), sizeof(mp_digit), FLAG(from))) == NULL)
179 ALLOC(mp) = ALLOC(from);
220 if(ALLOC(to) >= USED(from)) {
221 s_mp_setz(DIGITS(to) + USED(from), ALLOC(to) - USED(from));
225 if((tmp = s_mp_alloc(ALLOC(from), sizeof(mp_digit), FLAG(from))) == NULL)
232 s_mp_setz(DIGITS(to), ALLOC(to));
234 s_mp_free(DIGITS(to), ALLOC(to));
238 ALLOC(t
[all...]
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 210 milliseconds