guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-49-g76f3ee


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-49-g76f3ee7
Date: Fri, 02 Dec 2011 18:07:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=76f3ee77b07141b5ba5a199182d0e8118cd026d0

The branch, stable-2.0 has been updated
       via  76f3ee77b07141b5ba5a199182d0e8118cd026d0 (commit)
      from  b57bf2724a254cf73e255b3d2bca0a7dcad6674a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 76f3ee77b07141b5ba5a199182d0e8118cd026d0
Author: Andy Wingo <address@hidden>
Date:   Fri Dec 2 19:07:21 2011 +0100

    scm_gc_register_collectable_memory calls scm_gc_register_allocation
    
    * libguile/gc-malloc.c (scm_gc_register_collectable_memory): Call
      scm_gc_register_allocation.

-----------------------------------------------------------------------

Summary of changes:
 libguile/gc-malloc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libguile/gc-malloc.c b/libguile/gc-malloc.c
index a7dab2a..72142ca 100644
--- a/libguile/gc-malloc.c
+++ b/libguile/gc-malloc.c
@@ -154,7 +154,8 @@ scm_strdup (const char *str)
 void
 scm_gc_register_collectable_memory (void *mem, size_t size, const char *what)
 {
-  /* Nothing to do.  */
+  scm_gc_register_allocation (size);
+
 #ifdef GUILE_DEBUG_MALLOC
   if (mem)
     scm_malloc_register (mem, what);


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]