Hi all,
I am new at this forum and posting a new topic very first time on this forum.
For a last few days I am trying to implement buddy memory allocator.
I have posted my code below. It works fine on ubuntu-12.04 using g++ compiler,
But it fails on windows 7 platform using dev-c++ compiler.
I am facing problem while merging buddies when run it on window platform, On linux it works smooth.
I would also like to know some suggestion from you guys to optimize it.
I am trying to implement it without using any built in library, so that I can use it in my kernel.