coremap X swapmap X
map X
1: struct map 2: { 3: short m_size; 4: unsigned short m_addr; 5: }; 6: 7: struct map coremap[CMAPSIZ]; /* space for core allocation */ 8: struct map swapmap[SMAPSIZ]; /* space for swap allocation */