MCPcopy Create free account
hub / github.com/antirez/ds4 / raxDefragStackPop

Function raxDefragStackPop

rax.c:2359–2361  ·  view source on GitHub ↗

Pop the current frame from the defragmentation stack. */

Source from the content-addressed store, hash-verified

2357
2358/* Pop the current frame from the defragmentation stack. */
2359static inline void raxDefragStackPop(raxDefragIterator *it) {
2360 if (it->items) it->items--;
2361}
2362
2363/* Free the stack allocation if the iterator used heap memory. */
2364static inline void raxDefragStackFree(raxDefragIterator *it) {

Callers 1

raxDefragNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected