diff dbmalloc.h @ 1365:9aa6cd66b51d fuzz

zlib can use m_malloc/m_free too
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 May 2017 22:09:26 +0800
parents f9f930e1a516
children 7209a6e30932
line wrap: on
line diff
--- a/dbmalloc.h	Sun May 21 18:53:44 2017 +0800
+++ b/dbmalloc.h	Mon May 22 22:09:26 2017 +0800
@@ -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);