| 236 | } |
| 237 | |
| 238 | void simple_allocator_destroy(simple_allocator_t *alloc) { free(alloc); } |
| 239 | |
| 240 | ring_msg_t *simple_alloc_packet(simple_allocator_t *alloc, const struct pcap_pkthdr *header, const uint8_t *pkt_data) |
| 241 | { |
no outgoing calls
no test coverage detected