Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c906 static void *malloclist[MALLOCLISTSIZE]; variable
2684 malloclist[malloclistptr] = block; in my_malloc()
2706 if (block == malloclist[i]) in my_free()
2712 malloclist[j] = malloclist[j+1]; in my_free()