You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @longsheng2017
This is not for cross-process interaction, but for cross-dll / cross-library interaction (inside one process).
shared_allocator just ensures that stl container would allocate and deallocate memory using the same mmap.
Hello, I ask when I create a shared vector in a process, how do I use this shared vector in another process
The text was updated successfully, but these errors were encountered: