MCPcopy Create free account
hub / github.com/F-Stack/f-stack / raxStackFree

Function raxStackFree

app/redis-6.2.6/src/rax.c:145–147  ·  view source on GitHub ↗

Free the stack in case we used heap allocation. */

Source from the content-addressed store, hash-verified

143
144/* Free the stack in case we used heap allocation. */
145static inline void raxStackFree(raxStack *ts) {
146 if (ts->stack != ts->static_items) rax_free(ts->stack);
147}
148
149/* ----------------------------------------------------------------------------
150 * Radix tree implementation

Callers 2

raxRemoveFunction · 0.85
raxStopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected