getMemorySize() moved into zmalloc.c with other low level mem utils.

See issue #2218.
This commit is contained in:
antirez
2014-12-17 17:11:20 +01:00
parent e1e41f691f
commit 615f6923d5
3 changed files with 51 additions and 50 deletions

View File

@ -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