summaryrefslogtreecommitdiffhomepage
path: root/dbmalloc.c
AgeCommit message (Collapse)Author
2020-05-26Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel
* update C files * update other files * update headers * update makefiles * remove mp_set/get_double() * use ltm 1.2.0 API * update ltm_desc * use bundled tommath if system-tommath is too old * XMALLOC etc. were changed to MP_MALLOC etc.
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