pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-31
2000-01-31 21:08:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
7ed9cd80c2e43d786d36db720092c0bf3134b910 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more debug for mappings
Rev: src/gc.c:1.44
28:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
43
1999
/
09
/
25
20
:
50
:
15
grubba
Exp $");
+
RCSID("$Id: gc.c,v 1.
44
2000
/
01
/
31
21
:
08
:
49
hubbe
Exp $");
/* Run garbage collect approximate every time we have * 20 percent of all arrays, objects and programs is
353:
case T_MAPPING: fprintf(stderr,"**Describing mapping:\n"); debug_dump_mapping((struct mapping *)a);
+
fprintf(stderr,"**Describing mapping data block:\n");
+
describe_something( ((struct mapping *)a)->data, -1, dm);
break; case T_STRING: