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
43923a05
Commit
43923a05
authored
Jun 11, 1991
by
Per Cederqvist
Browse files
Cosmetic changes in dump_alloc_counts().
parent
013ca8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/memory.c
View file @
43923a05
...
...
@@ -386,15 +386,15 @@ copy_member_list(Member_list ml)
EXPORT
void
dump_alloc_counts
(
FILE
*
fp
)
{
fprintf
(
fp
,
"text_list: %d
\n
"
"mark_list: %d
\n
"
"membership_list: %d
\n
"
"membership: %d
\n
"
"person: %d
\n
"
"member_list: %d
\n
"
"conference: %d
\n
"
"text_stat: %d
\n\n
"
,
fprintf
(
fp
,
"---memory.c:
\n
"
"
\t
text_list: %d
\n
"
"
\t
mark_list: %d
\n
"
"
\t
membership_list: %d
\n
"
"
\t
membership: %d
\n
"
"
\t
person: %d
\n
"
"
\t
member_list: %d
\n
"
"
\t
conference: %d
\n
"
"
\t
text_stat: %d
\n\n
"
,
text_list_cnt
,
mark_list_cnt
,
...
...
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