Skip to content
  • marcotmarcot's avatar
    Don't check for swept blocks in -DS. · eff182c3
    marcotmarcot authored
    The checkHeap function assumed the allocated part of the block contained only
    alive objects and slops.  This was not true for blocks that are collected using
    mark sweep.  The code in this patch skip the test for this kind of blocks.
    eff182c3