Home | History | Annotate | Download | only in test

Lines Matching refs:SIZE_MAX

71 /* Square root of SIZE_MAX+1 */
233 #if UINT_MAX < SIZE_MAX
239 p = XtMalloc(SIZE_MAX);
251 p = XtMalloc(SIZE_MAX - 1);
263 p = XtMalloc(SIZE_MAX - 8);
374 #if UINT_MAX < SIZE_MAX
380 p = XtCalloc(2, SIZE_MAX);
517 #if UINT_MAX < SIZE_MAX
530 p2 = XtRealloc(p, SIZE_MAX);
542 p2 = XtRealloc(p, SIZE_MAX - 1);
554 p2 = XtRealloc(p, SIZE_MAX - 8);
672 #if UINT_MAX < SIZE_MAX
688 p2 = XtReallocArray(p, 1, SIZE_MAX);