Query: xpacleanup
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
xpacleanup(3) SAORD Documentation xpacleanup(3)NAMEXPACleanup - release reserved XPA memorySYNOPSIS#include <xpa.h> void XPACleanup(void);DESCRIPTIONWhen XPA is initialized, it allocates a small amount of memory for the access control list, temp directory path, and reserved commands. This memory is found by valgrind to be "still reachable", meaning that "your program didn't free some memory it could have". Calling the XPACleanup() routine before exiting the program will free this memory and make valgrind happy.SEE ALSOSee xpa(7) for a list of XPA help pages version 2.1.14 June 7, 2012 xpacleanup(3)
Related Man Pages |
---|
xpamainloop(3) - debian |
xpaopen(3) - debian |
xpasetfd(3) - debian |
xpachanges(7) - debian |
xpausers(7) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |