Chapter 9 of the 'Operating System Concepts' discusses memory management techniques, including contiguous memory allocation, paging, and the structure of page tables. Key topics include address binding, memory protection, dynamic loading, and the management of logical versus physical address spaces, as well as the implementation of paging to avoid external fragmentation. The chapter also covers the use of memory-management units (MMUs) and translation lookaside buffers (TLBs) to improve memory access efficiency.