SCM Repository
Diff of /sml/trunk/src/runtime/gc/big-objects.c
Parent Directory
|
Revision Log
|
Patch
revision 250, Sat Apr 17 18:57:03 1999 UTC | revision 569, Tue Mar 7 04:01:07 2000 UTC | |
---|---|---|
# | Line 9 | Line 9 |
9 | #include "memory.h" | #include "memory.h" |
10 | #include "heap.h" | #include "heap.h" |
11 | #include "heap-monitor.h" | #include "heap-monitor.h" |
12 | #include <string.h> | |
13 | ||
14 | #ifdef BO_DEBUG | #ifdef BO_DEBUG |
15 | /* PrintRegionMap: | /* PrintRegionMap: |
# | Line 260 | Line 260 |
260 | char *BO_AddrToCodeObjTag (Word_t pc, char *buf, int bufSz) | char *BO_AddrToCodeObjTag (Word_t pc, char *buf, int bufSz) |
261 | { | { |
262 | bigobj_region_t *region; | bigobj_region_t *region; |
bigobj_desc_t *bdp; | ||
263 | aid_t aid; | aid_t aid; |
264 | ||
265 | aid = ADDR_TO_PAGEID(BIBOP, pc); | aid = ADDR_TO_PAGEID(BIBOP, pc); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |