/[guile]/guile/guile-core/libguile/gc.h
ViewVC logotype

Diff of /guile/guile-core/libguile/gc.h

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

revision 1.93 by hanwen, Sun Aug 4 14:09:14 2002 UTC revision 1.94 by hanwen, Sun Aug 4 23:33:28 2002 UTC
# Line 337  SCM_API void scm_gc_register_collectable Line 337  SCM_API void scm_gc_register_collectable
337                                                   const char *what);                                                   const char *what);
338  SCM_API void scm_gc_unregister_collectable_memory (void *mem, size_t size,  SCM_API void scm_gc_unregister_collectable_memory (void *mem, size_t size,
339                                                     const char *what);                                                     const char *what);
340    SCM_API void *scm_gc_calloc (size_t size, const char *what);
341  SCM_API void *scm_gc_malloc (size_t size, const char *what);  SCM_API void *scm_gc_malloc (size_t size, const char *what);
342  SCM_API void *scm_gc_realloc (void *mem, size_t old_size,  SCM_API void *scm_gc_realloc (void *mem, size_t old_size,
343                                size_t new_size, const char *what);                                size_t new_size, const char *what);

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

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