Consolidate testing memory setup

This commit is contained in:
Justin C. Miller
2019-03-07 23:53:38 -08:00
parent ac19d3f532
commit 241e1dacb0
6 changed files with 59 additions and 41 deletions

View File

@@ -65,7 +65,6 @@ frame_allocator::init(
{
m_free.append(free);
m_used.append(used);
consolidate_blocks();
}
void