Home | History | Annotate | Download | only in lib

Lines Matching refs:buf_memsize

1821         size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));
1822 if (size_overflow_p (buf_memsize))
1824 buf = (TCHAR_T *) malloc (buf_memsize);