| 1580 | -------------------------------------------------------------------- */ |
| 1581 | |
| 1582 | void init_chunker(agent* thisAgent) |
| 1583 | { |
| 1584 | init_memory_pool(thisAgent, &thisAgent->chunk_cond_pool, sizeof(chunk_cond), "chunk condition"); |
| 1585 | init_chunk_cond_set(&thisAgent->negated_set); |
| 1586 | } |
| 1587 |
no test coverage detected