| 936 | } |
| 937 | |
| 938 | static mi_decl_noinline void* mi_try_new(size_t size, bool nothrow) { |
| 939 | return mi_heap_try_new(mi_get_default_heap(), size, nothrow); |
| 940 | } |
| 941 | |
| 942 | |
| 943 | mi_decl_nodiscard mi_decl_restrict extern inline void* mi_heap_alloc_new(mi_heap_t* heap, size_t size) { |
no test coverage detected