|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $OpenBSD: malloc.c,v 1.182 2016/02/25 00:38:51 deraadt Exp $ */ |
|
|
|
/* $OpenBSD: malloc.c,v 1.183 2016/03/13 18:34:21 guenther Exp $ */ |
|
|
|
/* |
|
|
|
* Copyright (c) 2008, 2010, 2011 Otto Moerbeek <otto@drijf.net> |
|
|
|
* Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org> |
|
|
@ -208,8 +208,6 @@ static int malloc_active; /* status of malloc */ |
|
|
|
|
|
|
|
static u_char getrbyte(struct dir_info *d); |
|
|
|
|
|
|
|
extern char *__progname; |
|
|
|
|
|
|
|
#ifdef MALLOC_STATS |
|
|
|
void malloc_dump(int); |
|
|
|
PROTO_NORMAL(malloc_dump); |
|
|
|