Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c112 void **newalloc = rax_realloc(ts->stack,sizeof(void*)*ts->maxitems*2); in raxStackPush() local
113 if (newalloc == NULL) { in raxStackPush()
118 ts->stack = newalloc; in raxStackPush()