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

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 00:04:27 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: bring back fix that was lost in the merge: use a local variable to modify the allocation alignment instead of modifying global

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

2024-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 00:04:27 UTC 2024 Modified Files: src/external/bsd/jemalloc/dist/src: pages.c Log Message: bring back fix that was lost in the merge: use a local variable to modify the allocation alignment instead of modifying global

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 C1

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 C1

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, paragr

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, paragr

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

2023-06-30 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-06-30 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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message: jem

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

2023-06-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 26 07:56:30 UTC 2023 Modified Files: src/external/bsd/jemalloc/dist/include/jemalloc/internal: assert.h ctl.h log.h ph.h ql.h qr.h rb.h rtree.h src/external/bsd/jemalloc/dist/src: ctl.c Log Message: jem

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