summaryrefslogtreecommitdiffhomepage
path: root/dbmalloc.h
AgeCommit message (Collapse)Author
2021-03-04Define _GNU_SOURCE properly, other header fixesMatt Johnston
This lets -std=c89 build for gcc 8.4.0
2018-03-02Attempt to fix m_free for libtomcrypt/libtommathMatt Johnston
2018-03-01Only use malloc wrapper if fuzzingMatt Johnston
2017-05-26linked list dbmalloc nowMatt Johnston
add non-free m_malloc_free_epoch() argument for leak detection --HG-- branch : fuzz
2017-05-22zlib can use m_malloc/m_free tooMatt Johnston
--HG-- branch : fuzz
2017-05-21add dbmalloc epoch cleanupMatt Johnston
--HG-- branch : fuzz