Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
io_finishandshutdown(3)     Library Functions Manual	 io_finishandshutdown(3)

NAME
     io_finishandshutdown - deallocate internal data structures

SYNTAX
     #include <libowfat/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 automati-
     cally on process termination.

SEE ALSO
     io_wait(3)

							 io_finishandshutdown(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_io_finishandshutdown&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help