pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-28
2000-04-28 05:40:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
57a436910ce69a072d3128bff5fa5933ab7defbe (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
oops, bugfix
Rev: src/gc.c:1.83
29:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
82
2000/04/
27
02
:
13
:
28
hubbe Exp $");
+
RCSID("$Id: gc.c,v 1.
83
2000/04/
28
05
:
40
:
59
hubbe Exp $");
/* Run garbage collect approximate every time we have * 20 percent of all arrays, objects and programs is
314:
} }
+
#ifdef DEBUG_MALLOC
dmalloc_describe_location(memblock, location, indent);
-
+
#endif
} static void gdb_gc_stop_here(void *a)