Buddy system

Home > Computer Science > Computer Architecture > Cache and Memory Management > Buddy system

An algorithm which divides the memory into partitions that are powers of 2, where the allocation is done with the nodes of a binary tree.