Searched refs:next_ptr (Results 1 – 1 of 1) sorted by relevance
187 local int next_ptr = 0; variable217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()218 table[next_ptr].org_ptr = buf; in zcalloc()223 table[next_ptr++].new_ptr = buf; in zcalloc()237 for (n = 0; n < next_ptr; n++) { in zcfree()241 while (++n < next_ptr) { in zcfree()244 next_ptr--; in zcfree()