summaryrefslogtreecommitdiff
path: root/external/gpl2/libmalloc/lib
AgeCommit message (Collapse)Author
2021-03-03Add some jemalloc stubs so we can link as a jemalloc replacementchristos
2018-02-02convert HAVE_GCC handling to modern GCC release numbering:mrg
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for GCC 5.4 and GCC 5.5.) - remove some more GCC 4.8 code. we don't support GCC 4 here. - adjust set lists to gcc=5 from gcc=53. add some basic HAVE_GCC=6 handling (totally unused so far.)
2016-05-04limit to gcc, requested by joerg.christos
2016-05-04prevent gcc from combining memset+malloc -> calloc inside calloc so thatchristos
we end up calling ourselves recursively.
2016-01-15we have unistd.hchristos
2016-01-14we want a lint librarychristos
2016-01-13merge changes, add build glue.christos