pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-06
2005-04-06 19:09:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
03cc2c275e733a8a5f5e8787c6a2995ef2ef2321 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for running dmalloc with -d.
Rev: src/gc.c:1.263
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: gc.c,v 1.
262
2005/
02
/
09
16
:
43
:
35
mast
Exp $
+
|| $Id: gc.c,v 1.
263
2005/
04
/
06
19
:
09
:
45
grubba
Exp $
*/ #include "global.h"
1340:
switch (Pike_in_gc) { case GC_PASS_PRETOUCH: m = find_marker(a);
-
if (m && !(m->flags & (GC_PRETOUCHED
+
if (
+
#ifdef DO_PIKE_CLEANUP
+
!gc_keep_markers &&
+
#endif
+
m && !(m->flags & (GC_PRETOUCHED
#ifdef PIKE_DEBUG |GC_WATCHED #endif