diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-22 22:09:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-22 22:09:26 +0800 |
commit | 114438e66979926ad88756fb491d70172603abad (patch) | |
tree | 9022d5c41cb533f4fd3b384c29e5d4acf3304324 /dbmalloc.h | |
parent | 50bde9976b7ef51a7cd4f00cf9734387aa4ce33e (diff) |
zlib can use m_malloc/m_free too
--HG--
branch : fuzz
Diffstat (limited to 'dbmalloc.h')
-rw-r--r-- | dbmalloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |