pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-30
2000-09-30 16:50:29 by Martin Stjernholm <mast@lysator.liu.se>
505e3eb6494b699da48c34d5e48c1e377c72030a (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Don't try to describe dmalloc zapped program ref in objects.
Rev: src/gc.c:1.137
30:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
136
2000/09/30 16:
01
:
39
mast Exp $");
+
RCSID("$Id: gc.c,v 1.
137
2000/09/30 16:
50
:
29
mast Exp $");
/* Run garbage collect approximately every time * 20 percent of all arrays, objects and programs is
663:
} if (p) { fprintf(stderr,"%*s**Attempting to describe program object was instantiated from:\n",indent,"");
+
#ifdef DEBUG_MALLOC
+
if ((int) p == 0x55555555)
+
fprintf(stderr, "%*%s**Zapped program pointer\n", indent, "");
+
else
+
#endif
low_describe_something(p, T_PROGRAM, indent, depth, flags); }