mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 13:01:32 +00:00
Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue #327 for more information.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user