1iob_addbuf_free(3) Library Functions Manual iob_addbuf_free(3)
23
4
NAME
6iob_addbuf_free - add buffer to I/O batch, with deallocation
7
SYNTAX
9#include <iob.h>
1011
void iob_addbuf_free(io_batch* b,const void* buf,uint64 n);
12
DESCRIPTION
14iob_addbuf_free schedules n bytes starting at buf to be written with
15the I/O batch b.
1617
The buffer will automatically be deallocated by iob_reset.
18
SEE ALSO
20iob_reset(3), iob_send(3), iob_addbuf(3), iob_adds(3), iob_addfile(3)
2122
23
24
iob_addbuf_free(3)