projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[issue 620] don't segfault if number of arguments is less than 1
[redis.git]
/
src
/
zmalloc.h
diff --git
a/src/zmalloc.h
b/src/zmalloc.h
index 49792795f8647551588649caf269e12fec458146..7ee556a37b59ec106dd3a68d8c31f7fe22d07318 100644
(file)
--- 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 */