Definition
Spatial Memory Locality
Spatial memory locality is the property that if a program has accessed a memory location, then it is likely to access nearby locations soon as well.
A memory system exploits spatial locality by fetching neighbouring data together into faster levels of the memory hierarchy, for example into a cache.