cpython/Include/internal/mimalloc
Bénédikt Tran c600310663
gh-134586: mark _mi_assert_fail as noreturn, cold and throw (#134624)
We add the following attributes on `_mi_assert_fail` to help IDE introspection:

* `__attribute__((__noreturn__))`
* `__attribute__((cold))`
* `__THROW` (GCC only)
2025-05-30 14:44:03 +02:00
..
mimalloc gh-134586: mark _mi_assert_fail as noreturn, cold and throw (#134624) 2025-05-30 14:44:03 +02:00
mimalloc.h gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00