Searched refs:alloc_inst (Results 1 – 7 of 7) sorted by relevance
94 void_allocator alloc_inst (segment.get_segment_manager()); in main() local99 ("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()
68 const ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local77 alloc_inst /*third ctor parameter*/); in main()
79 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local88 ,alloc_inst); //second ctor parameter in main()
67 const ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local70 MyVector *myvector = segment.construct<MyVector>("MyVector")(alloc_inst); in main()
31 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local33 queue * q = segment.construct<queue>("queue")(alloc_inst); in main()
31 ShmemAllocator alloc_inst (segment.get_segment_manager()); in main() local33 stack * queue = segment.construct<stack>("stack")(alloc_inst); in main()
4434 MyIntList mylist(alloc_inst);