Returns true if this module has not been initialized; Don't use C runtime routines until it returns false.
| 493 | |
| 494 | // Returns true if this module has not been initialized; Don't use C runtime routines until it returns false. |
| 495 | bool _mi_preloading(void) { |
| 496 | return os_preloading; |
| 497 | } |
| 498 | |
| 499 | mi_decl_nodiscard bool mi_is_redirected(void) mi_attr_noexcept { |
| 500 | return mi_redirected; |
no outgoing calls
no test coverage detected