fDeadBlocks
fDeadBlocks = new(std::nothrow) DeadBlockTable();
if (fDeadBlocks == NULL)
fDeadBlocks->Insert(entry->block);
DeadBlockTable::Iterator iterator = fDeadBlocks->GetIterator();
fDeadBlocks->Remove(block);
DeadBlockTable* fDeadBlocks;