This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: scm_cells_allocated


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Can someone please explain to me why scm_cells_allocated is
> incremented both in SCM_NEWCELL and after the sweep of a gc segment?

The answer is: It's *not* incremented after the sweep.  It is *set* to
an absolute value.  I simply misread the code.

Sorry.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]