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

/xsrc/external/mit/libXt/dist/test/
H A DAlloc.c69 #define ALLOC_LIMIT (INT_MAX / 4) macro
353 p = XtCalloc(2, ALLOC_LIMIT);
490 p2 = XtRealloc(p, ALLOC_LIMIT + 1);
645 p2 = XtReallocArray(p, 2, ALLOC_LIMIT);
743 if (lim.rlim_cur > ALLOC_LIMIT) {
744 lim.rlim_cur = ALLOC_LIMIT;

Completed in 2 milliseconds