From 5bc05c4e0e049ebd3ea9d8033c4bb136827fc1b5 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 4 Dec 2011 20:59:42 +0100 Subject: [PATCH] Moved around comments in heap.cpp. --- libmaxsi/heap.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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();