|
NAMEio_finishandshutdown - deallocate internal data structuresSYNTAX#include <libowfat/io.h>void io_finishandshutdown(); DESCRIPTIONio_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 ALSOio_wait(3) Visit the GSP FreeBSD Man Page Interface. |