Sweep malloc spaces before clearing from space

Sweep the malloc spaces before clearing the from space since the
memory tool mode might access the object classes in the from space
for dead objects.

Fixes an occasional crash during sweeping for ASAN.

Bug: 134727798
Test: test-art-host
Test: art/test/testrunner/run_build_test_target.py -j50 art-asan

Change-Id: Ib1db6ca0ab5ebc6408afbd68e8b1937210aecd3d
1 file changed