Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax_malloc.h41 #define rax_malloc zmalloc macro
H A Drax.c103 ts->stack = rax_malloc(sizeof(void*)*ts->maxitems*2); in raxStackPush()
190 raxNode *node = rax_malloc(nodesize); in raxNewNode()
202 rax *rax = rax_malloc(sizeof(*rax)); in raxNew()
708 trimmed = rax_malloc(nodesize); in raxGenericInsert()
714 postfix = rax_malloc(nodesize); in raxGenericInsert()
791 raxNode *postfix = rax_malloc(nodesize); in raxGenericInsert()
795 raxNode *trimmed = rax_malloc(nodesize); in raxGenericInsert()
1169 raxNode *new = rax_malloc(nodesize); in raxRemove()