7

Or it does NOT use Heap "Data-Structure". The name given to the Memory for allocation(Pool of Memory) is just known as "Heap"?

If yes, then is that any relation between Heap Data-Structure and Heap as in Pool of Memory?

Sandeep Jindal
  • 11,766
  • 17
  • 76
  • 117
  • I Just found that it is duplicate of http://stackoverflow.com/questions/756861/whats-the-relationship-between-a-heap-and-the-heap – Sandeep Jindal Mar 21 '13 at 21:16

2 Answers2

14

There's no relation between heap memory and heap the data structure. They just happen to share the same name.

NPE
  • 438,426
  • 93
  • 887
  • 970
0

Are you talking about the difference between heap memory and stack memory?

I would explain it, but this answer is pretty sweet

What and where are the stack and heap?

Community
  • 1
  • 1
75inchpianist
  • 3,996
  • 1
  • 18
  • 36