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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo