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