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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_shrink.c25 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
H A Dbn_mp_grow.c37 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
H A Dtommath.h115 #define XREALLOC realloc macro
120 extern void *XREALLOC(void *p, size_t n);
H A Dtommath.tex932 padded upwards to 2nd multiple of \textbf{MP\_PREC} larger than \textbf{alloc} (line 25). The XREALLOC function is used
933 to re-allocate the memory. As per the other functions XREALLOC is actually a macro which evaluates to realloc by default. The realloc
938 an error with a valid pointer. Earlier releases of the library stored the result of XREALLOC into the mp\_int $a$. That would
939 result in a memory leak if XREALLOC ever failed.
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dxalloc.h83 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dxalloc.h68 # define XREALLOC(Ptr, Type, N_items) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dxalloc.h63 # define XREALLOC(Ptr, Type, N_items) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c78 #define XREALLOC os_realloc macro
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);

Completed in 150 milliseconds