Searched refs:MAXRECSIZE (Results 1 – 1 of 1) sorted by relevance
2885 #define MAXRECSIZE (550) macro2901 while ((*recsize < (MAXRECSIZE - CHECKSIZE)) && ((inamount - *inptr) > 0)) in pmon_make_fastrec()3105 buffer = (char *) xmalloc (MAXRECSIZE + 1); in pmon_load_fast()3180 if (reclen >= (MAXRECSIZE - CHECKSIZE)) in pmon_load_fast()