pike.git/
src/
pike_memory.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-19
2002-11-19 12:29:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
875ab5c059c24a3e0c30b554a86639b0d3d438bc (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Now includes <valgrind.h> if it exists.
Rev: src/pike_memory.h:1.35
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: pike_memory.h,v 1.
34
2002/
10/
11
01
:
39
:
35
nilsson
Exp $
+
|| $Id: pike_memory.h,v 1.
35
2002/
11
/
19
12
:
29
:
14
grubba
Exp $
*/ #ifndef MEMORY_H
11:
#include "global.h" #include "stralloc.h"
+
#ifdef HAVE_VALGRIND_H
+
#include <valgrind.h>
+
#endif /* HAVE_VALGRIND_H */
-
+
#define MEMSEARCH_LINKS 512 struct link