Home
last modified time | relevance | path

Searched defs:get_allocator_name (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/container/bench/
Dbench_adaptive_node_pool.cpp90 template<> struct get_allocator_name<StdAllocator> struct
93 template<> struct get_allocator_name<AllocatorPlusV2> struct
96 template<> struct get_allocator_name<AllocatorPlusV1> struct
99 template<> struct get_allocator_name<AdPoolAlignOnlyV1> struct
102 template<> struct get_allocator_name<AdPoolAlignOnlyV2> argument
105 template<> struct get_allocator_name<AdPool2PercentV1> struct
108 template<> struct get_allocator_name<AdPool2PercentV2> argument
111 template<> struct get_allocator_name<SimpleSegregatedStorageV1> argument
114 template<> struct get_allocator_name<SimpleSegregatedStorageV2> struct
115 { static const char *get() { return "SimpleSegregatedStorageV2"; } }; in get()
Dbench_alloc_expand_bwd.cpp38 template<> struct get_allocator_name<StdAllocator> struct
41 template<> struct get_allocator_name<AllocatorPlusV2Mask> struct
44 template<> struct get_allocator_name<AllocatorPlusV2> struct
47 template<> struct get_allocator_name<AllocatorPlusV1> struct
48 { static const char *get() { return "AllocatorPlusV1"; } }; in get()
Dbench_alloc_shrink_to_fit.cpp40 template<> struct get_allocator_name<StdAllocator> struct
43 template<> struct get_allocator_name<AllocatorPlusV2> struct
46 template<> struct get_allocator_name<AllocatorPlusV1> struct
47 { static const char *get() { return "AllocatorPlusV1"; } }; in get()
Dbench_alloc_stable_vector_burst.cpp49 template<> struct get_allocator_name<StdAllocator> struct
52 template<> struct get_allocator_name<AllocatorPlusV1> argument
55 template<> struct get_allocator_name<AllocatorPlusV2> argument
58 template<> struct get_allocator_name<AdPool2PercentV2> struct
59 { static const char *get() { return "AdPool2PercentV2"; } }; in get()