CVS commit: src/external/gpl2/libmalloc/lib

2021-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 3 21:46:43 UTC 2021 Modified Files: src/external/gpl2/libmalloc/lib: combined.c Log Message: Add some jemalloc stubs so we can link as a jemalloc replacement To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/gpl2/libmalloc/lib

2016-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 4 17:17:00 UTC 2016 Modified Files: src/external/gpl2/libmalloc/lib: Makefile Log Message: limit to gcc, requested by joerg. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl2/libmalloc/lib

2016-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 4 14:39:49 UTC 2016 Modified Files: src/external/gpl2/libmalloc/lib: Makefile Log Message: prevent gcc from combining memset+malloc -> calloc inside calloc so that we end up calling ourselves recursively. To generate

CVS commit: src/external/gpl2/libmalloc/lib

2016-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 15 15:14:02 UTC 2016 Modified Files: src/external/gpl2/libmalloc/lib: Makefile Log Message: we have unistd.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/libmalloc/lib/Makefile Please

CVS commit: src/external/gpl2/libmalloc/lib

2016-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 14 02:43:50 UTC 2016 Modified Files: src/external/gpl2/libmalloc/lib: Makefile Log Message: we want a lint library To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/libmalloc/lib/Makefile