Searched refs:MALLOCLISTSIZE (Results 1 – 1 of 1) sorted by relevance
201 #define MALLOCLISTSIZE 20 /* For remembering mallocs */ macro906 static void *malloclist[MALLOCLISTSIZE];907 static PCRE2_SIZE malloclistlength[MALLOCLISTSIZE];2682 if (malloclistptr < MALLOCLISTSIZE) in my_malloc()