Moved around comments in heap.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-04 20:59:42 +01:00
parent fcc6147c5c
commit 5bc05c4e0e
1 changed files with 5 additions and 1 deletions

View File

@ -169,7 +169,7 @@ namespace Maxsi
}
//
// This is where the actual memory allocation algorithm starts.
// Now for some helper functions and structures.
//
struct Chunk;
@ -351,6 +351,10 @@ namespace Maxsi
return true;
}
//
// This is where the actual memory allocation algorithm starts.
//
void Init()
{
heapstart = GetHeapStart();