Searched refs:rax_realloc (Results 1 – 2 of 2) sorted by relevance
42 #define rax_realloc zrealloc macro
112 void **newalloc = rax_realloc(ts->stack,sizeof(void*)*ts->maxitems*2); in raxStackPush()220 return rax_realloc(n,curlen+sizeof(void*)); in raxReallocForData()268 raxNode *newn = rax_realloc(n,newlen); in raxAddChild()412 raxNode *newn = rax_realloc(n,newsize); in raxCompressNode()1009 raxNode *newnode = rax_realloc(parent,raxNodeCurrentLength(parent)); in raxRemoveChild()1275 it->key = rax_realloc(old,new_max); in raxIteratorAddChars()