diff --git a/libmaxsi/heap.cpp b/libmaxsi/heap.cpp index 07108e46..0363d947 100644 --- a/libmaxsi/heap.cpp +++ b/libmaxsi/heap.cpp @@ -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();