Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-04 13:47:52 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-04 13:47:52 +0400
commit2cfdc104a52f5e28a2914993c61cf70a4960059a (patch)
tree667d368a0e69a31ac3663dfdd09c5a186049a94d /include/memalloc.h
parent66fd483db7acc09048a4cf41f9d1f6e2e1eea4c4 (diff)
.......PS. [ZBXNEXT-1600] increased maximum values of *CacheSize parameters up to 2GB
Diffstat (limited to 'include/memalloc.h')
-rw-r--r--include/memalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memalloc.h b/include/memalloc.h
index 8fc8b546694..e84c3b92cff 100644
--- a/include/memalloc.h
+++ b/include/memalloc.h
@@ -61,7 +61,7 @@ void zbx_mem_clear(zbx_mem_info_t *info);
void zbx_mem_dump_stats(zbx_mem_info_t *info);
-size_t zbx_mem_required_size(size_t size, int chunks_num, const char *descr, const char *param);
+size_t zbx_mem_required_size(int chunks_num, const char *descr, const char *param);
#define ZBX_MEM_FUNC1_DECL_MALLOC(__prefix) \
static void *__prefix ## _mem_malloc_func(void *old, size_t size)