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

/freebsd-13-stable/contrib/diff/lib/
H A Dxalloc.h84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c89 #define XREALLOC os_realloc macro
1280 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);

Completed in 61 milliseconds