pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-11
2000-08-11 15:44:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
dc4d8c7d8646f24ab8b9b9806fe7e2a7a8b88c5e (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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 }