Branch: Tag:

2000-08-11

2000-08-11 15:44:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added FIXME.

Rev: src/gc.c:1.119

29:      #include "block_alloc.h"    - RCSID("$Id: gc.c,v 1.118 2000/08/11 14:27:41 grubba Exp $"); + RCSID("$Id: gc.c,v 1.119 2000/08/11 15:44:27 grubba Exp $");      /* Run garbage collect approximately every time    * 20 percent of all arrays, objects and programs is
478:    }      #ifdef DEBUG_MALLOC +  /* FIXME: Is the following call correct? +  * Shouldn't the second argument be an offset? +  */    dmalloc_describe_location(memblock, location, indent);   #endif   }