| 429 | } |
| 430 | |
| 431 | static void seen_set_free(seen_set_t *s) { |
| 432 | free(s->slots); |
| 433 | s->slots = NULL; |
| 434 | } |
| 435 | |
| 436 | /* Append a candidate to the result buffer, growing if needed. */ |
| 437 | static bool result_push(cbm_lsh_index_t *idx, const cbm_lsh_entry_t *candidate) { |
no outgoing calls
no test coverage detected