Free a single edge's owned strings. type is interned (pool-owned) — NOT * freed here; the pool frees it once in cbm_gbuf_free. */
| 257 | /* Free a single edge's owned strings. type is interned (pool-owned) — NOT |
| 258 | * freed here; the pool frees it once in cbm_gbuf_free. */ |
| 259 | static void free_edge_strings(cbm_gbuf_edge_t *e) { |
| 260 | free(e->properties_json); |
| 261 | } |
| 262 | |
| 263 | /* Allocate the next buffer-local or shared-atomic ID. */ |
| 264 | static int64_t alloc_next_id(cbm_gbuf_t *gb) { |
no outgoing calls
no test coverage detected