MTYPE_RELOC
ASSERT(mtype == MTYPE_RELOC);
atomic_add_long(&plcnt[mn][MTYPE_RELOC].plc_mt_pgmax, -cnt); \
atomic_add_long(&plcnt[_mn][MTYPE_RELOC].plc_mt_pgmax, \
atomic_add_long(&plcnt[_mn][MTYPE_RELOC].plc_mt_pgmax, \
(plcnt[mn][MTYPE_RELOC].plc_mt_clpgcnt + \
plcnt[mn][MTYPE_RELOC].plc_mt_flpgcnt + \
plcnt[mn][MTYPE_RELOC].plc_mt_lgpgcnt + \
ASSERT(mtype == MTYPE_RELOC || \
#define PP_2_MTYPE(pp) (PP_ISNORELOC(pp) ? MTYPE_NORELOC : MTYPE_RELOC)
mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;
mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;