Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9738e587
Commit
9738e587
authored
Jan 20, 2011
by
antirez
Browse files
Fixed compilation on FreeBSD
parent
825d2904
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/zmalloc.c
View file @
9738e587
...
...
@@ -262,7 +262,7 @@ size_t zmalloc_get_rss(void) {
return
t_info
.
resident_size
;
}
#else
floa
t
zmalloc_get_rss
(
void
)
{
size_
t
zmalloc_get_rss
(
void
)
{
/* If we can't get the RSS in an OS-specific way for this system just
* return the memory usage we estimated in zmalloc()..
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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