Home
last modified time | relevance | path

Searched refs:malloclist (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c950 static void *malloclist[MALLOCLISTSIZE]; variable
2758 malloclist[malloclistptr] = block; in my_malloc()
2780 if (block == malloclist[i]) in my_free()
2786 malloclist[j] = malloclist[j+1]; in my_free()