Home | History | Annotate | Download | only in tls

Lines Matching refs:XMALLOC

87 #define XMALLOC  os_malloc
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
2507 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);