What is the meaning of memory map

A memory map should tell you how memory is used, by telling you where your variables are located and how much memory each one uses, and by telling you where your code is located - function by function - and how much memory each function uses.