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