/[guile]/guile/guile-core/doc/ref/scheme-memory.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-memory.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.6 by ossau, Sat Apr 20 15:48:29 2002 UTC revision 1.1.2.7 by ossau, Thu Aug 8 22:05:39 2002 UTC
# Line 12  Line 12 
12  @node Garbage Collection  @node Garbage Collection
13  @section Garbage Collection  @section Garbage Collection
14    
 [FIXME: this is pasted in from Tom Lord's original guile.texi and should  
 be reviewed]  
   
15  @deffn {Scheme Procedure} gc  @deffn {Scheme Procedure} gc
16  @deffnx {C Function} scm_gc ()  @deffnx {C Function} scm_gc ()
17  Scans all of SCM objects and reclaims for further use those that are  Scans all of SCM objects and reclaims for further use those that are
18  no longer accessible.  no longer accessible.  You normally don't need to call this function
19    explicitly.  It is called automatically when appropriate.
20  @end deffn  @end deffn
21    
22  @deffn {Scheme Procedure} gc-stats  @deffn {Scheme Procedure} gc-stats
# Line 113  would modify regular hash tables. (@pxre Line 111  would modify regular hash tables. (@pxre
111  @deffnx {Scheme Procedure} weak-value-hash-table? obj  @deffnx {Scheme Procedure} weak-value-hash-table? obj
112  @deffnx {Scheme Procedure} doubly-weak-hash-table? obj  @deffnx {Scheme Procedure} doubly-weak-hash-table? obj
113  @deffnx {C Function} scm_weak_key_hash_table_p (obj)  @deffnx {C Function} scm_weak_key_hash_table_p (obj)
114    @deffnx {C Function} scm_weak_value_hash_table_p (obj)
115    @deffnx {C Function} scm_doubly_weak_hash_table_p (obj)
116  Return @code{#t} if @var{obj} is the specified weak hash  Return @code{#t} if @var{obj} is the specified weak hash
117  table. Note that a doubly weak hash table is neither a weak key  table. Note that a doubly weak hash table is neither a weak key
118  nor a weak value hash table.  nor a weak value hash table.

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26