]> git.saurik.com Git - redis.git/blobdiff - src/zmalloc.h
Client should not block multiple times on the same key.
[redis.git] / src / zmalloc.h
index 14e79534e17dccd455975e1e328d59741aecb5ca..331d8e4335ffba10a96eb7d6dcd9e38ff1c18f50 100644 (file)
@@ -75,6 +75,7 @@ void zmalloc_enable_thread_safeness(void);
 void zmalloc_set_oom_handler(void (*oom_handler)(size_t));
 float zmalloc_get_fragmentation_ratio(void);
 size_t zmalloc_get_rss(void);
+size_t zmalloc_get_private_dirty(void);
 void zlibc_free(void *ptr);
 
 #ifndef HAVE_MALLOC_SIZE