guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog gc-malloc.c


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog gc-malloc.c
Date: Tue, 10 Dec 2002 15:09:45 -0500

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       02/12/10 15:09:45

Modified files:
        guile-core/libguile: ChangeLog gc-malloc.c 

Log message:
        * gc-malloc.c (malloc_mutex): New mutex.
        (scm_gc_init_malloc): Initialize it.
        (scm_realloc): Serialize call to realloc
        (scm_calloc): Same for calloc.
        Thanks to Wolfgang Jaehrling!
        (Now we have to make sure all calls to malloc/realloc are made
        through scm_malloc.)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1745&tr2=1.1746&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/gc-malloc.c.diff?tr1=1.11&tr2=1.12&r1=text&r2=text




reply via email to

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