From 9a38e053339ebe2552239bc0d7bcb9c52930ceef Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 5 Apr 2011 01:02:32 +0000 Subject: [PATCH] Fix diagram of memory in memmag.c to reflect Microcode 15. --- src/microcode/memmag.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/microcode/memmag.c b/src/microcode/memmag.c index d8552fd57..d656203cd 100644 --- a/src/microcode/memmag.c +++ b/src/microcode/memmag.c @@ -79,11 +79,15 @@ static unsigned long compute_ephemeron_array_length (unsigned long); /* Memory Allocation, sequential processor: oo - ------------------------------------------ <- fixed boundary (currently) - | Heap 2 | + ------------------------------------------ + | Temporary heap (tospace) | | | - ------------------------------------------ <- boundary moved by purify - | Heap 1 | + __________________________________________ <- chosen by malloc/realloc + . . + . . + . . + ------------------------------------------ <- fixed boundary (currently) + | Heap | | | ------------------------------------------ <- boundary moved by purify | Constant + Pure Space /\ | -- 2.25.1