mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
getMemorySize() moved into zmalloc.c with other low level mem utils.
See issue #2218.
This commit is contained in:
@ -77,6 +77,7 @@ float zmalloc_get_fragmentation_ratio(size_t rss);
|
||||
size_t zmalloc_get_rss(void);
|
||||
size_t zmalloc_get_private_dirty(void);
|
||||
size_t zmalloc_get_smap_bytes_by_field(char *field);
|
||||
size_t zmalloc_get_memory_size(void);
|
||||
void zlibc_free(void *ptr);
|
||||
|
||||
#ifndef HAVE_MALLOC_SIZE
|
||||
|
Reference in New Issue
Block a user