X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_memleaks.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_memleaks.3x.html;h=0572643c809e4f2b758a580dd347b7b0428e73b3;hp=95c15b8f6225d337e635fa43b37754dd36f52cca;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34 diff --git a/doc/html/man/curs_memleaks.3x.html b/doc/html/man/curs_memleaks.3x.html index 95c15b8f..0572643c 100644 --- a/doc/html/man/curs_memleaks.3x.html +++ b/doc/html/man/curs_memleaks.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_memleaks.3x,v 1.31 2023/11/11 11:46:43 tom Exp @ + * @Id: curs_memleaks.3x,v 1.32 2023/12/16 20:32:22 tom Exp @ --> -curs_memleaks 3x 2023-11-11 ncurses 6.4 Library calls +curs_memleaks 3x 2023-12-16 ncurses 6.4 Library calls -

curs_memleaks 3x 2023-11-11 ncurses 6.4 Library calls

+

curs_memleaks 3x 2023-12-16 ncurses 6.4 Library calls

 curs_memleaks(3x)                Library calls               curs_memleaks(3x)
 
@@ -65,14 +65,14 @@
 
 

DESCRIPTION

        These  functions  are  used to simplify analysis of memory leaks in the
-       ncurses library.
+       ncurses library.
 
        Any implementation of curses must not free the memory associated with a
        screen, since (even after calling endwin(3x)), it must be available for
        use in the next call to refresh(3x).  There are also chunks  of  memory
        held  for  performance  reasons.   That makes it hard to analyze curses
        applications for memory leaks.  When  using  the  specially  configured
-       debugging  version  of  the  ncurses  library,  applications  can  call
+       debugging  version  of  the  ncurses  library,  applications  can  call
        functions which free those chunks of memory, simplifying the process of
        memory-leak checking.
 
@@ -80,10 +80,10 @@
        not intended for use in the non-debugging library:
 
        _nc_freeall
-            This frees (almost) all of the memory allocated by ncurses.
+            This frees (almost) all of the memory allocated by ncurses.
 
        _nc_free_and_exit
-            This frees the memory allocated by ncurses (like _nc_freeall), and
+            This frees the memory allocated by ncurses (like _nc_freeall), and
             exits the program.  It is preferred over _nc_freeall since some of
             that memory may be  required  to  keep  the  application  running.
             Simply exiting (with the given exit-code) is safer.
@@ -132,7 +132,7 @@
 
 
 
-ncurses 6.4                       2023-11-11                 curs_memleaks(3x)
+ncurses 6.4                       2023-12-16                 curs_memleaks(3x)