Searched refs:malloclist (Results 1 – 1 of 1) sorted by relevance
950 static void *malloclist[MALLOCLISTSIZE]; variable2758 malloclist[malloclistptr] = block; in my_malloc()2780 if (block == malloclist[i]) in my_free()2786 malloclist[j] = malloclist[j+1]; in my_free()