pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-10-11
2008-10-11 18:44:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1aaea024b22c7f66cfa9b85a7af0c8ed95767403 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, missed restoring the MC_WQ_START_SIZE...
Rev: src/gc.c:1.329
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.
328
2008/10/11
17:
18:
38
grubba Exp $
+
|| $Id: gc.c,v 1.
329
2008/10/11 18:
44:11
grubba Exp $
*/ #include "global.h"
4244:
/* #define MEMORY_COUNT_DEBUG */
-
#define MC_WQ_START_SIZE
8 /*
1024
*/
+
#define MC_WQ_START_SIZE 1024
PMOD_EXPORT int mc_pass; PMOD_EXPORT size_t mc_counted_bytes;