From: Sri Ram Vemulpali <hidden> Date: 2011-02-07 23:29:49
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 [off-list ref] 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
From: Sri Ram Vemulpali <hidden> Date: 2011-02-08 17:33:54
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
[off-list ref] wrote:
On Tue, Feb 8, 2011 at 06:29, Sri Ram Vemulpali [off-list ref] wrote:
quoted
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
From: Dave Hylands <hidden> Date: 2011-02-08 18:01:54
Hi Sri,
On Tue, Feb 8, 2011 at 9:33 AM, Sri Ram Vemulpali
[off-list ref] 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