Changeset 12668
- Timestamp:
- Aug 24, 2009, 6:20:14 PM (15 years ago)
- File:
-
- 1 edited
-
branches/area-code-renumber/lisp-kernel/area.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/area-code-renumber/lisp-kernel/area.h
r11327 r12668 30 30 AREA_TSTACK = 3<<fixnumshift, /* A temp stack. It -is- doubleword-aligned */ 31 31 AREA_READONLY = 4<<fixnumshift, /* A (cfm) read-only section. */ 32 AREA_MANAGED_STATIC = 5<<fixnumshift, /* A resizable static area */ 33 AREA_STATIC = 6<<fixnumshift, /* A static section: contains 32 AREA_WATCHED = 5<<fixnumshift, /* A static area containing a single object. */ 33 AREA_MANAGED_STATIC = 6<<fixnumshift, /* A resizable static area */ 34 AREA_STATIC = 7<<fixnumshift, /* A static section: contains 34 35 roots, but not GCed */ 35 AREA_DYNAMIC = 7<<fixnumshift /* A heap. Only one such area is "the heap."*/36 AREA_DYNAMIC = 8<<fixnumshift /* A heap. Only one such area is "the heap."*/ 36 37 } area_code; 37 38
Note:
See TracChangeset
for help on using the changeset viewer.
