2008-05-11
2008-05-11 02:02:50 by Martin Stjernholm <mast@lysator.liu.se>
-
db0bcbe859940091efac3d863468417fbb9a6cdf
(11 lines)
(+6/-5)
[
Show
| Annotate
]
Branch: 7.9
Fixed some prototypes in dmalloc mode.
Rev: src/builtin_functions.c:1.661
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: builtin_functions.c,v 1.660 2008/05/03 15:29:24 nilsson Exp $
+ || $Id: builtin_functions.c,v 1.661 2008/05/11 02:02:50 mast Exp $
*/
#include "global.h"
7075: Inside #if defined(DEBUG_MALLOC)
#ifdef DEBUG_MALLOC
{
- extern void count_memory_in_memory_maps(INT32*, INT32*);
- extern void count_memory_in_memory_map_entrys(INT32*, INT32*);
- extern void count_memory_in_memlocs(INT32*, INT32*);
- extern void count_memory_in_memhdrs(INT32*, INT32*);
+ extern void count_memory_in_memory_maps(size_t*, size_t*);
+ extern void count_memory_in_memory_map_entrys(size_t*, size_t*);
+ extern void count_memory_in_memlocs(size_t*, size_t*);
+ extern void count_memory_in_memhdrs(size_t*, size_t*);
count_memory_in_memory_maps(&num, &size);
push_text("num_memory_maps");