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:
parent
fcc6147c5c
commit
5bc05c4e0e
1 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue