Searched refs:MyShmListV1 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/interprocess/test/ |
D | private_adaptive_pool_test.cpp | 46 typedef list<int, priv_node_allocator_v1_t> MyShmListV1; typedef 56 if(test::list_test<managed_shared_memory, MyShmListV1, true>(false)) in main()
|
D | adaptive_pool_test.cpp | 47 typedef list<int, shmem_node_allocator_v1_t> MyShmListV1; typedef 58 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
|
D | node_allocator_test.cpp | 46 typedef list<int, shmem_node_allocator_v1_t> MyShmListV1; typedef 56 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
|
D | cached_adaptive_pool_test.cpp | 49 typedef list<int, cached_node_allocator_v1_t> MyShmListV1; typedef 60 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
|
D | cached_node_allocator_test.cpp | 47 typedef list<int, cached_node_allocator_v1_t> MyShmListV1; typedef 57 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
|
D | private_node_allocator_test.cpp | 46 typedef list<int, priv_node_allocator_v1_t> MyShmListV1; typedef 56 if(test::list_test<managed_shared_memory, MyShmListV1, true>(false)) in main()
|