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
8d2c188a
Commit
8d2c188a
authored
Jan 17, 1993
by
Per Cederqvist
Browse files
Don't define DEBUG_MALLOC.
parent
41f05747
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-smalloc.c
View file @
8d2c188a
/*
* $Id: ram-smalloc.c,v 0.1
0
1993/01/1
6 23:17:56
ceder Exp $
* $Id: ram-smalloc.c,v 0.1
1
1993/01/1
7 03:02:35
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,9 +35,9 @@
* Run the resulting lyskomd under gdb. Source trace-mem.gdb. Run
* M-x resolve-trace (from handle-malloc-dump.el) on the resulting output.
*/
#define DEBUG_MALLOC
/*
*/
/*
#define DEBUG_MALLOC */
static
char
*
rcsid
=
"$Id: ram-smalloc.c,v 0.1
0
1993/01/1
6 23:17:56
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ram-smalloc.c,v 0.1
1
1993/01/1
7 03:02:35
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
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