mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-25 06:12:25 +00:00
First complete documentation version
[SVN r34817]
This commit is contained in:
@@ -15,8 +15,10 @@
|
||||
|
||||
int main ()
|
||||
{
|
||||
//Create shared memory
|
||||
managed_shared_memory::remove("MySharedMemory");
|
||||
//Destroy any previous shared memory with the name to be used.
|
||||
//Create an special shared memory from which we can
|
||||
//allocate buffers of raw memory.
|
||||
shared_memory_object::remove("MySharedMemory");
|
||||
managed_shared_memory segment(
|
||||
create_only,
|
||||
"MySharedMemory",//segment name
|
||||
|
||||
Reference in New Issue
Block a user