summaryrefslogtreecommitdiff
path: root/src/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Allow system to have overlapping mallopt defines (#700)Ole André Vadla Ravnås2022-03-311-0/+5
* Use __builtin_ffs instead of ffs (#554)Martin Storsjö2020-04-251-1/+1
* Define _GNU_SOURCE on Linux for mremap()Berker Peksag2016-05-181-0/+5
* dlmalloc: change defined(i386) to defined(__i386__)Gregory Pakosz2014-11-181-2/+2
* Fix dlmalloc warnings due to set_segment_flags, sizeof(size_t)Zachary Waldowski2014-02-051-3/+3
* Undo iOS ARM64 changes.Anthony Green2013-12-051-3/+3
* Darwin: Fix dlmalloc warnings due to sizeof(size_t)Zachary Waldowski2013-11-301-1/+1
* Darwin: Silence Clang warnings.Zachary Waldowski2013-11-301-2/+2
* Fix spelling errorsAnthony Green2013-10-081-6/+6
* Fix HP-UX buildAnthony Green2011-02-081-0/+3
* Micharl Kohler's spelling fixesAnthony Green2010-05-051-1/+1
* Remove warnings and add OS/2 supportAnthony Green2010-04-131-3/+62
* Initial commitAnthony Green2009-10-041-0/+5099