mirror of
https://github.com/boostorg/lockfree.git
synced 2026-07-21 13:23:29 +00:00
@@ -29,7 +29,7 @@ int main( int argc, char* argv[] )
|
||||
}
|
||||
} remover;
|
||||
|
||||
managed_shared_memory segment( create_only, "boost_queue_interprocess_test_shm", 262144 );
|
||||
managed_shared_memory segment( create_only, "boost_queue_interprocess_test_shm", 524288 );
|
||||
ShmemAllocator alloc_inst( segment.get_segment_manager() );
|
||||
|
||||
queue* q = segment.construct< queue >( "queue" )( alloc_inst );
|
||||
|
||||
Reference in New Issue
Block a user