Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue #327 for more information.

This commit is contained in:
antirez
2012-02-07 13:05:36 +01:00
parent 8b7c3455b9
commit 442246dde2
3 changed files with 35 additions and 8 deletions

View File

@ -76,4 +76,8 @@ void zmalloc_enable_thread_safeness(void);
float zmalloc_get_fragmentation_ratio(void);
size_t zmalloc_get_rss(void);
#ifndef HAVE_MALLOC_SIZE
size_t zmalloc_size(void *ptr);
#endif
#endif /* __ZMALLOC_H */