mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-22 05:12:44 +00:00
First complete documentation version
[SVN r34819]
This commit is contained in:
@@ -20,7 +20,7 @@ int main ()
|
||||
|
||||
//Named allocate capable shared mem allocator
|
||||
//Create shared memory
|
||||
managed_shared_memory::remove("MySharedMemory");
|
||||
shared_memory_object::remove("MySharedMemory");
|
||||
managed_shared_memory segment
|
||||
(create_only,
|
||||
"MySharedMemory",//segment name
|
||||
|
||||
Reference in New Issue
Block a user