summaryrefslogtreecommitdiffhomepage
path: root/dbmalloc.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-22 22:09:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-22 22:09:26 +0800
commit114438e66979926ad88756fb491d70172603abad (patch)
tree9022d5c41cb533f4fd3b384c29e5d4acf3304324 /dbmalloc.h
parent50bde9976b7ef51a7cd4f00cf9734387aa4ce33e (diff)
zlib can use m_malloc/m_free too
--HG-- branch : fuzz
Diffstat (limited to 'dbmalloc.h')
-rw-r--r--dbmalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbmalloc.h b/dbmalloc.h
index f6cccbb..f27ab39 100644
--- a/dbmalloc.h
+++ b/dbmalloc.h
@@ -4,7 +4,6 @@
#include "includes.h"
void * m_malloc(size_t size);
-/* m_calloc is limited in size, enough for libtomcrypt */
void * m_calloc(size_t nmemb, size_t size);
void * m_strdup(const char * str);
void * m_realloc(void* ptr, size_t size);