CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:33 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc." Apparently this restriction was lifted in

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:33 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc." Apparently this restriction was lifted in

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:28 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc. C11, Sec. 7.22.3.1 The aligned_alloc function,

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:06:28 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc. C11, Sec. 7.22.3.1 The aligned_alloc function,

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jul 1 06:29:14 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: enable lint again, it is no longer broken Since today, lint handles unnamed struct/union correctly. To generate

CVS commit: src/external/bsd/jemalloc/dist/src

2023-07-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jul 1 06:29:14 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: jemalloc: enable lint again, it is no longer broken Since today, lint handles unnamed struct/union correctly. To generate

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To