CL-SPIM Version 5.5 of August 12, 1994 Copyright 1990-1994 by James R. Larus (larus@cs.wisc.edu). Copyright (C) 1991-1994 by Anne Rogers (amr@cs.princeton.edu) and Scott Rosenberg (scottr@cs.princeton.edu). All Rights Reserved. See the file README a full copyright notice. Loaded: /home/l/i/lib51/lib/trap.handler (cl-spim) #### Memory Allocator Test Input (cl-spim) #### (cl-spim) #### File: memory_allocator_test.in (cl-spim) #### Author: CS 51 (Bob Walton) (cl-spim) #### Version: 1 (cl-spim) (cl-spim) load "memory_allocator_test.asm" (cl-spim) load "memory_allocator.asm" (cl-spim) run (cl-spim) (cl-spim) p allocate_block_calls Data seg @ 0x10010214 (268501524) = 0x00000217 (535) (cl-spim) p free_block_calls Data seg @ 0x10010218 (268501528) = 0x000001d1 (465) (cl-spim) p allocate_block_bytes Data seg @ 0x1001021c (268501532) = 0x00047098 (290968) (cl-spim) p free_block_bytes Data seg @ 0x10010220 (268501536) = 0x0003f5f8 (259576) (cl-spim) p currently_used_blocks Data seg @ 0x10010224 (268501540) = 0x00000046 (70) (cl-spim) p currently_free_blocks Data seg @ 0x10010228 (268501544) = 0x00000029 (41) (cl-spim) p currently_used_bytes Data seg @ 0x1001022c (268501548) = 0x00007aa0 (31392) (cl-spim) p currently_free_bytes Data seg @ 0x10010230 (268501552) = 0x000074e8 (29928) (cl-spim) p current_number_of_regions Data seg @ 0x10010234 (268501556) = 0x0000000f (15) (cl-spim)