Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dallocator_v1.hpp144 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
151 const allocator_v1<T, SegmentManager> &alloc2) in operator ==()
157 const allocator_v1<T, SegmentManager> &alloc2) in operator !=()
Dheap_allocator_v1.hpp143 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
150 const heap_allocator_v1<T, SegmentManager> &alloc2) in operator ==()
156 const heap_allocator_v1<T, SegmentManager> &alloc2) in operator !=()
Dexpand_bwd_test_allocator.hpp114 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
/third_party/boost/boost/interprocess/allocators/
Dprivate_node_allocator.hpp166 friend void swap(self_t &alloc1,self_t &alloc2) in swap()
178 const private_node_allocator_base<V, T, S, NPC> &alloc2) in operator ==()
184 const private_node_allocator_base<V, T, S, NPC> &alloc2) in operator !=()
Dnode_allocator.hpp172 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
185 const node_allocator_base<V, T, S, NPC> &alloc2) in operator ==()
192 const node_allocator_base<V, T, S, NPC> &alloc2) in operator !=()
Dallocator.hpp168 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
277 const allocator<T, SegmentManager> &alloc2) in operator ==()
284 const allocator<T, SegmentManager> &alloc2) in operator !=()
Dadaptive_pool.hpp173 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
186 const adaptive_pool_base<V, T, S, NPC, F, OP> &alloc2) in operator ==()
193 const adaptive_pool_base<V, T, S, NPC, F, OP> &alloc2) in operator !=()
Dprivate_adaptive_pool.hpp174 friend void swap(self_t &alloc1,self_t &alloc2) in swap()
186 const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc2) in operator ==()
192 const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc2) in operator !=()
/third_party/ffmpeg/libavutil/
Dbuffer_internal.h96 AVBufferRef* (*alloc2)(void *opaque, buffer_size_t size); member
/third_party/boost/libs/beast/test/beast/core/
Dasync_base.cpp433 simple_allocator alloc2; in testBase() local
523 simple_allocator alloc2; in testStableBase() local
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp119 friend void swap(self_t &alloc1, self_t &alloc2) in swap()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp676 friend void swap(cached_allocator_impl &alloc1, cached_allocator_impl &alloc2) in swap()
696 const cached_allocator_impl<T, N, V> &alloc2) in operator ==()
703 const cached_allocator_impl<T, N, V> &alloc2) in operator !=()
/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc694 Alloc alloc2(&allocated2, &active_instances); in TEST() local
722 Alloc alloc2(&allocated2, &active_instances); in TEST() local
Dinlined_vector_test.cc1598 MyAlloc alloc2(&allocated2); in TEST() local
1613 MyAlloc alloc2(&allocated2); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc694 Alloc alloc2(&allocated2, &active_instances); in TEST() local
722 Alloc alloc2(&allocated2, &active_instances); in TEST() local
Dinlined_vector_test.cc1602 MyAlloc alloc2(&allocated2); in TEST() local
1617 MyAlloc alloc2(&allocated2); in TEST() local
Dbtree_test.cc2862 Alloc alloc2(&bytes_used2); in TEST() local
2902 Alloc alloc2(&bytes_used2); in TEST() local
/third_party/mksh/
Dsh.h2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) macro