mirror of
https://github.com/fluencelabs/redis
synced 2025-05-03 22:42:14 +00:00
Fixed compilation on FreeBSD
This commit is contained in:
parent
825d2904d1
commit
9738e587da
@ -262,7 +262,7 @@ size_t zmalloc_get_rss(void) {
|
||||
return t_info.resident_size;
|
||||
}
|
||||
#else
|
||||
float 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()..
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user