Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c908 static uint32_t malloclistptr = 0; variable
2682 if (malloclistptr < MALLOCLISTSIZE) in my_malloc()
2684 malloclist[malloclistptr] = block; in my_malloc()
2685 malloclistlength[malloclistptr++] = size; in my_malloc()
2704 for (i = 0; i < malloclistptr; i++) in my_free()
2709 malloclistptr--; in my_free()
2710 for (j = i; j < malloclistptr; j++) in my_free()