How is a STL map allocated? Stack or Heap?

Viewed 18513

I would like to know if the STL map in c++ has contiguous memory - or is the memory assigned to the heap?

2 Answers
Related