pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-03
2008-05-03 21:56:53 by Martin Nilsson <mani@lysator.liu.se>
0abf6aeac8122d503bfa24f63aaf54ac490f069c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed autodoc problem.
Rev: src/gc.c:1.309
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.
308
2008/05/03
16
:
02
:
06
grubba
Exp $
+
|| $Id: gc.c,v 1.
309
2008/05/03
21
:
56
:
53
nilsson
Exp $
*/ #include "global.h"
4075:
*! @note *! The result of @expr{Pike.count_memory(0,a,b)@} might be larger *! than the sum of @expr{Pike.count_memory(0,a)@} and
-
*! @expr{Pike.count_memory(0,b)@} since
@expt{a@}
and @expr{b@}
+
*! @expr{Pike.count_memory(0,b)@} since
@expr{a@}
and @expr{b@}
*! together might reference things that aren't referenced from *! anywhere else. *!