Datastructure or algo heap addons implementation

I want to know how santa heap heap works or what data system is used in it.

0


a source to share


1 answer


I'm guessing what you're thinking buddies memory allocation ? There's a link to the Wikipedia page. He mentions:

Usually a buddy system memory allocation is implemented using a binary tree to represent used or unused blocks of shared memory.



If you find it difficult to understand the Wikipedia entry, can you possibly update your question to clarify which part of your problem is?

+3


a source







All Articles