summaryrefslogtreecommitdiff
path: root/src/zmalloc.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-02 10:25:35 +0200
committerantirez <antirez@gmail.com>2011-07-02 10:31:16 +0200
commit650463401999f675ae4254790db13aac5ddc5c5b (patch)
tree68115a016b1d023823f120d2f1a04749d37e5cbf /src/zmalloc.h
parentbbbf79ddb510fd93f4c65ad67bb6887854273545 (diff)
downloadredis-650463401999f675ae4254790db13aac5ddc5c5b.tar.gz
no more allocation stats info in INFO, useless now that we have jemalloc.
Diffstat (limited to 'src/zmalloc.h')
-rw-r--r--src/zmalloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zmalloc.h b/src/zmalloc.h
index 49792795f..7ee556a37 100644
--- a/src/zmalloc.h
+++ b/src/zmalloc.h
@@ -75,8 +75,5 @@ size_t zmalloc_used_memory(void);
void zmalloc_enable_thread_safeness(void);
float zmalloc_get_fragmentation_ratio(void);
size_t zmalloc_get_rss(void);
-size_t zmalloc_allocations_for_size(size_t size);
-
-#define ZMALLOC_MAX_ALLOC_STAT 256
#endif /* __ZMALLOC_H */