Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dstrbuf.c58 s->reallocs = 0; in strbuf_init()
98 (long)s, s->reallocs, s->length, s->size); in debug_stats()
179 s->reallocs++; in strbuf_resize()
H A Dstrbuf.h40 int reallocs; member