PROCS_T
static PROCS_T *volatile ProcListVec = NULL;
PROCS_T *npv;
npv = (PROCS_T *) sm_pmalloc_x((sizeof(*npv)) *
ProcListSize * sizeof(PROCS_T));