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
891fd1b8
Commit
891fd1b8
authored
May 23, 1999
by
Per Cederqvist
Browse files
Comment updated.
parent
ad073458
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-smalloc.c
View file @
891fd1b8
/*
* $Id: ram-smalloc.c,v 0.2
8
1999/05/2
0 09:19:24
ceder Exp $
* $Id: ram-smalloc.c,v 0.2
9
1999/05/2
3 20:42:01
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -42,8 +42,9 @@
* This code contains some stubs that can be useful when hunting for
* memory leaks. To use it, you must configure with
* --with-traced-allocations and recompile. You actually only need to
* recompile ram-smalloc.c and ramkomd.c after changing it, so "make
* -t; rm src/server/ram-smalloc.o src/server/ramkomd.o; make" is the
* recompile ram-smalloc.c, ramkomd.c and the programs in testsuite
* after changing it, so "make -t; rm src/server/ram-smalloc.o \
* src/server/ramkomd.o src/server/testsuite/test-*.o; make" is the
* fastest way to change between tracing and a normal compile.
*
* Run the resulting lyskomd under gdb, like this:
...
...
@@ -88,7 +89,7 @@
*/
static
const
char
*
rcsid
=
"$Id: ram-smalloc.c,v 0.2
8
1999/05/2
0 09:19:24
ceder Exp $"
;
rcsid
=
"$Id: ram-smalloc.c,v 0.2
9
1999/05/2
3 20:42:01
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