Shared page-locked memory

Hello all!

Is it possible to allocate a page-locked memory segment (using cuMemHostAlloc()) and share it between different programs? For example, the first program will allocate some page-locked memory, while a second program will write data into it.

Thanks in advance!