Searched refs:newalloc (Results 1 – 1 of 1) sorted by relevance
112 void **newalloc = rax_realloc(ts->stack,sizeof(void*)*ts->maxitems*2); in raxStackPush() local113 if (newalloc == NULL) { in raxStackPush()118 ts->stack = newalloc; in raxStackPush()