Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h148 void *static_items[RAX_STACK_STATIC_ITEMS]; member
H A Drax.c93 ts->stack = ts->static_items; in raxStackInit()
102 if (ts->stack == ts->static_items) { in raxStackPush()
105 ts->stack = ts->static_items; in raxStackPush()
110 memcpy(ts->stack,ts->static_items,sizeof(void*)*ts->maxitems); in raxStackPush()
144 if (ts->stack != ts->static_items) rax_free(ts->stack); in raxStackFree()