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
5ac811a3
Commit
5ac811a3
authored
Jun 11, 1991
by
Per Cederqvist
Browse files
Added free_all_cache() and cache_limit_size().
parent
b75473ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/cache.h
View file @
5ac811a3
...
...
@@ -210,3 +210,18 @@ traverse_person(Pers_no seed);
*/
extern
Conf_no
traverse_conference
(
Conf_no
seed
);
/*
* Free all memory used by the cache. This should only be done
* as part of the shutdown sequence. The purpose of this is to
* make it possible to see if there are any memory leaks.
*/
void
free_all_cache
(
void
);
/*
* Limit the number of 'clean' cache entries.
*/
void
cache_limit_size
(
void
);
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