MSK_JSLOTS
for (i = 0; i < MSK_JSLOTS; i++) {
if ((i < 0) || (i >= MSK_JSLOTS))
void * sk_jslots[MSK_JSLOTS];
#define MSK_RESID (SK_JPAGESZ - (SK_JLEN * MSK_JSLOTS) % SK_JPAGESZ)
#define MSK_JMEM ((SK_JLEN * MSK_JSLOTS) + MSK_RESID)