Home
last modified time | relevance | path

Searched refs:MyShmListV1 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dprivate_adaptive_pool_test.cpp46 typedef list<int, priv_node_allocator_v1_t> MyShmListV1; typedef
56 if(test::list_test<managed_shared_memory, MyShmListV1, true>(false)) in main()
Dadaptive_pool_test.cpp47 typedef list<int, shmem_node_allocator_v1_t> MyShmListV1; typedef
58 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
Dnode_allocator_test.cpp46 typedef list<int, shmem_node_allocator_v1_t> MyShmListV1; typedef
56 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
Dcached_adaptive_pool_test.cpp49 typedef list<int, cached_node_allocator_v1_t> MyShmListV1; typedef
60 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
Dcached_node_allocator_test.cpp47 typedef list<int, cached_node_allocator_v1_t> MyShmListV1; typedef
57 if(test::list_test<managed_shared_memory, MyShmListV1, true>()) in main()
Dprivate_node_allocator_test.cpp46 typedef list<int, priv_node_allocator_v1_t> MyShmListV1; typedef
56 if(test::list_test<managed_shared_memory, MyShmListV1, true>(false)) in main()