debian man page for io_finishandshutdown

Query: io_finishandshutdown

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

io_finishandshutdown(3) 				     Library Functions Manual					   io_finishandshutdown(3)

NAME
io_finishandshutdown - deallocate internal data structures
SYNTAX
#include <io.h> void io_finishandshutdown();
DESCRIPTION
io_finishandshutdown deallocates the internal data structures of io_wait(). This only makes sense if you run your program in a malloc checker and want to eliminate the false alarms. Your OS will free data structures automatically on process termination.
SEE ALSO
io_wait(3) io_finishandshutdown(3)
Related Man Pages
io_wait(3) - debian
iob_write(3) - debian
ldns_key_list_free(3) - debian
ldns_key_deep_free(3) - centos
kinfo_getvmmap(3) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?