logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

io_finishandshutdown - deallocate internal data structures

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.

Name

       io_finishandshutdown - deallocate internal data structures

See Also

io_wait(3)

                                                                                         io_finishandshutdown(3)

Syntax

#include<libowfat/io.h>

       void io_finishandshutdown();

See Also