Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About how to use #1

Open
longsheng2017 opened this issue Nov 16, 2017 · 1 comment
Open

About how to use #1

longsheng2017 opened this issue Nov 16, 2017 · 1 comment

Comments

@longsheng2017
Copy link

Hello, I ask when I create a shared vector in a process, how do I use this shared vector in another process

@cas4ey
Copy link
Owner

cas4ey commented Nov 22, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants