Regarding Buddy Allocator
Can anyone point me to implementation of buddy allocator, with efficient data structures used. Thanks in advance. I am trying to get another thought or implementation on code. -- Regards, Sri.
On Tue, Feb 8, 2011 at 06:29, Sri Ram Vemulpali <sri.ram.gmu06@gmail.com> wrote:
Can anyone point me to implementation of buddy allocator, with efficient data structures used. Thanks in advance.
I think, indirectly, you can read about buddy allocator in here: http://lxr.linux.no/#linux+v2.6.37/Documentation/vm/ -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Thanks Santosa, Not much is mentioned in the link you mentioned. I looking for more of explanation and optimal implementation. Any reference would be good too. --Sri On Mon, Feb 7, 2011 at 9:52 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Tue, Feb 8, 2011 at 06:29, Sri Ram Vemulpali <sri.ram.gmu06@gmail.com> wrote:
Can anyone point me to implementation of buddy allocator, with efficient data structures used. Thanks in advance.
I think, indirectly, you can read about buddy allocator in here: http://lxr.linux.no/#linux+v2.6.37/Documentation/vm/
-- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
-- Regards, Sri.
Hi Sri, On Tue, Feb 8, 2011 at 9:33 AM, Sri Ram Vemulpali <sri.ram.gmu06@gmail.com> wrote:
Thanks Santosa, Not much is mentioned in the link you mentioned.
I looking for more of explanation and optimal implementation. Any reference would be good too.
Googling for buddy allocator seems to come up with several good links, including at least one with an implementation <http://lmgtfy.com/?q=buddy+allocator> Dave Hylands
participants (3)
-
Dave Hylands -
Mulyadi Santosa -
Sri Ram Vemulpali