summaryrefslogtreecommitdiff
path: root/dbmalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Define _GNU_SOURCE properly, other header fixesMatt Johnston2021-03-041-2/+2
| | | | This lets -std=c89 build for gcc 8.4.0
* Attempt to fix m_free for libtomcrypt/libtommathMatt Johnston2018-03-021-4/+6
|
* Only use malloc wrapper if fuzzingMatt Johnston2018-03-011-1/+10
|
* linked list dbmalloc nowMatt Johnston2017-05-261-1/+1
| | | | add non-free m_malloc_free_epoch() argument for leak detection
* zlib can use m_malloc/m_free tooMatt Johnston2017-05-221-1/+0
|
* add dbmalloc epoch cleanupMatt Johnston2017-05-211-0/+17