diff --git a/kernel/src/memory.cpp b/kernel/src/memory.cpp index 36214c03..fccfa0b9 100644 --- a/kernel/src/memory.cpp +++ b/kernel/src/memory.cpp @@ -10,7 +10,7 @@ #include "paging.hpp" #include "e820.hpp" -namespace debugging { +namespace { //Used to compile with malloc operations in the console //can produce a lot of output @@ -222,8 +222,6 @@ void expand_heap(malloc_header_chunk* current){ } //end of anonymous namespace -using namespace debugging; - void init_memory_manager(){ //Init the fake head init_head();