New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 670021 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make SharedMemoryPosix available on MacOS

Reported by lawrencewu@chromium.org, Nov 30 2016

Issue description

We want to use POSIX shared memory to share the field trial allocator on MacOS, but it's not available. We need to do some work to be able to use it.

1) Create SharedMemoryPosix
2) On non-MacOS POSIX systems, get SharedMemory to subclass from SharedMemoryPosix so as to not regress any current behavior
3) In shared_memory_mac.cc give the SharedMemory class a std::unique_ptr<SharedMemoryPosix>
 
Status: WontFix (was: Assigned)
We are going to drop it and just resurrect POSIX support for shared memory we originally had.

Sign in to add a comment