Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax_malloc.h42 #define rax_realloc zrealloc macro
H A Drax.c112 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()