Searched refs:malloclist (Results 1 – 1 of 1) sorted by relevance
906 static void *malloclist[MALLOCLISTSIZE]; variable2684 malloclist[malloclistptr] = block; in my_malloc()2706 if (block == malloclist[i]) in my_free()2712 malloclist[j] = malloclist[j+1]; in my_free()