MCPcopy Create free account
hub / github.com/axboe/liburing / free_buffers

Function free_buffers

test/send-zerocopy.c:852–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852static void free_buffers(void)
853{
854 if (tx_buffer)
855 free(tx_buffer);
856 if (rx_buffer)
857 free(rx_buffer);
858 tx_buffer = rx_buffer = NULL;
859}
860
861int main(int argc, char *argv[])
862{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected