Visitor function passed to mi_heap_visit_blocks()
true if ok, false to stop visiting (i.e. break)
This function is always first called for every area with block as a NULL pointer. If visit_all_blocks was true, the function is then called for every allocated block in that area.
See Implementation
Visitor function passed to mi_heap_visit_blocks()