mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
memory fragmentation ratio in INFO output
This commit is contained in:
@ -38,5 +38,6 @@ void zfree(void *ptr);
|
||||
char *zstrdup(const char *s);
|
||||
size_t zmalloc_used_memory(void);
|
||||
void zmalloc_enable_thread_safeness(void);
|
||||
float zmalloc_get_fragmentation_ratio(void);
|
||||
|
||||
#endif /* _ZMALLOC_H */
|
||||
|
Reference in New Issue
Block a user