From b3e7a5cefcfb9c2c4b4bc9e1f67c32eb96e54109 Mon Sep 17 00:00:00 2001 From: Julian Squires Date: Wed, 5 Nov 2014 18:04:06 -0500 Subject: [PATCH] Generalize the garbage collection directory Rather than artificially separate garbage collection from other classes of memory management, I propose moving garbage collection topics under the more general label of memory management ("storage management" or "memory allocation" might be reasonable alternatives). --- {garbage_collection => memory_management}/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {garbage_collection => memory_management}/README.md (100%) diff --git a/garbage_collection/README.md b/memory_management/README.md similarity index 100% rename from garbage_collection/README.md rename to memory_management/README.md