| 385 | } |
| 386 | |
| 387 | mi_decl_nodiscard mi_decl_export bool mi_is_in_heap_region(const void* p) mi_attr_noexcept { |
| 388 | return mi_is_valid_pointer(p); |
| 389 | } |
| 390 | |
| 391 | /* |
| 392 | // Return the full segment range belonging to a pointer |
nothing calls this directly
no test coverage detected