1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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();