From 540ec027d7a92d52ad96a086422c3554c3a1bb4d Mon Sep 17 00:00:00 2001 From: Marcela Pedrini Duarte Date: Fri, 18 Mar 2022 02:54:16 -0400 Subject: [PATCH] fix memory management resource type (#1193) --- .../content/102-os-general-knowledge/105-memory-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/105-memory-management.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/105-memory-management.md index ccc15c134..9f48b95ab 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/105-memory-management.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/105-memory-management.md @@ -5,5 +5,5 @@ The term Memory can be defined as a collection of data in a specific format. It To achieve a degree of multiprogramming and proper utilization of memory, memory management is important. There are several memory management methods, reflecting various approaches, and the effectiveness of each algorithm depends on the situation. Demystifying memory management in modern programming languages -Memory Management in Operating System +Memory Management in Operating System