Home
last modified time | relevance | path

Searched refs:alloc_inst (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_complex_map.cpp94 void_allocator alloc_inst (segment.get_segment_manager()); in main() local
99 ("MyMap")(std::less<char_string>(), alloc_inst); in main()
103 char_string key_object(alloc_inst); in main()
104 complex_data mapped_object(i, "default_name", alloc_inst); in main()
Ddoc_cont.cpp68 const ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local
77 alloc_inst /*third ctor parameter*/); in main()
Ddoc_map.cpp79 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local
88 ,alloc_inst); //second ctor parameter in main()
Ddoc_spawn_vector.cpp67 const ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local
70 MyVector *myvector = segment.construct<MyVector>("MyVector")(alloc_inst); in main()
/third_party/boost/libs/lockfree/test/
Dqueue_interprocess_test.cpp31 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local
33 queue * q = segment.construct<queue>("queue")(alloc_inst); in main()
Dstack_interprocess_test.cpp31 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local
33 stack * queue = segment.construct<stack>("stack")(alloc_inst); in main()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk4434 MyIntList mylist(alloc_inst);