I have a Primary (Pa) and a secondary (Sa). Pa allocates memory that shares with Sa.
Now I also have another Primary (Pb). I need to allocate some memory in Pa or Sa that has to be shared with (Pb) or the reverse. Is this a feasible configuration?