ProfObject
ProfObject *objp;
objp = (ProfObject *)(memp + ((ProfHeader *)memp)->size);
objp = (ProfObject *)((caddr_t)objp + objp->size);