Branch: Tag:

2000-09-15

2000-09-15 00:59:39 by Martin Stjernholm <mast@lysator.liu.se>

Fixed gc debug checks for strings.

Rev: src/gc.h:1.67
Rev: src/stralloc.c:1.101

25:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.100 2000/09/14 19:58:44 mast Exp $"); + RCSID("$Id: stralloc.c,v 1.101 2000/09/15 00:59:39 mast Exp $");      #define BEGIN_HASH_SIZE 997   #define MAX_AVG_LINK_LENGTH 3
742:   #endif    unlink_pike_string(s);    debug_free((char *)s,DMALLOC_LOCATION(),1); -  GC_FREE_BLOCK(s); +  GC_FREE_SIMPLE_BLOCK(s);   }      PMOD_EXPORT void debug_free_string(struct pike_string *s)