1
Reply

Describe the Buddy system of memory allocation.

Shalini Juneja

Shalini Juneja

Mar 24, 2011
5.6k
0

    This buddy system of allocation s seen in linux......... here the meaning goes wit the name......... here the simple logic is each block of memory ll have a buddy....... i.e it ll have a pair....... for eg a 8kb block of memory ll have another 8kb of memory as a pair........... if a 3kb of memory is required this block ll be split into two 4kb's(notice here also its a pair) and 3kb ll be allocted from it.......


    even if tre s a small block of memory it ll have a pair...

    regards 
    suganya


    Suganya
    June 02, 2011
    0