MCPcopy Create free account
hub / github.com/Netis/cloud-probe / simple_allocator_destroy

Function simple_allocator_destroy

cpworker/src/ring_buffer.c:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void simple_allocator_destroy(simple_allocator_t *alloc) { free(alloc); }
239
240ring_msg_t *simple_alloc_packet(simple_allocator_t *alloc, const struct pcap_pkthdr *header, const uint8_t *pkt_data)
241{

Callers 2

task_manager_newFunction · 0.85
task_manager_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected