Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f862f212
Commit
f862f212
authored
Sep 21, 1991
by
Per Cederqvist
Browse files
Print how many blocks libisc.a alloates.
parent
abb1cafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
f862f212
/*
* $Id: ramkomd.c,v 0.2
1
1991/09/21
00:13:29
ceder Exp $
* $Id: ramkomd.c,v 0.2
2
1991/09/21
12:11:58
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.2
1
1991/09/21
00:13:29
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.2
2
1991/09/21
12:11:58
ceder Exp $"
;
#include
<m-config.h>
...
...
@@ -59,6 +59,7 @@ static char *rcsid = "$Id: ramkomd.c,v 0.21 1991/09/21 00:13:29 ceder Exp $";
#include
"internal-services.h"
#include
"lyskomd.h"
#include
"isc.h"
#include
<isc-dump.h>
#include
<server/smalloc.h>
#include
"cache.h"
#include
"log.h"
...
...
@@ -328,6 +329,8 @@ main (int argc,
dump_cache_mem_usage
(
stat_file
);
dump_string_alloc_counts
(
stat_file
);
dump_allocated_connections
(
stat_file
);
dump_isc_message_counts
(
stat_file
);
dump_isc_alloc_counts
(
stat_file
);
fclose
(
stat_file
);
log
(
"ramkomd terminated normally.
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment