What Does Contiguous Memory Allocation Mean?

Contiguous memory allocation is a classical memory allocation model. Here, a system assigns consecutive memory blocks (that is, memory blocks having consecutive addresses) to a process.

Techopedia Explains Contiguous Memory Allocation

Contiguous memory allocation can be implemented in operating systems with the help of two registers, known as the base and limit registers.