Home
last modified time | relevance | path

Searched refs:heap_allocator_v1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dheap_allocator_v1.hpp43 class heap_allocator_v1 class
46 typedef heap_allocator_v1<T, SegmentManager> self_t;
59 heap_allocator_v1& operator=(const heap_allocator_v1<T2, SegmentManager2>&);
61 heap_allocator_v1& operator=(const heap_allocator_v1&);
84 typedef heap_allocator_v1<T2, SegmentManager> other;
100 heap_allocator_v1(segment_manager *segment_mngr) in heap_allocator_v1() function in boost::interprocess::test::heap_allocator_v1
104 heap_allocator_v1(const heap_allocator_v1 &other) in heap_allocator_v1() function in boost::interprocess::test::heap_allocator_v1
109 heap_allocator_v1(const heap_allocator_v1<T2, SegmentManager> &other) in heap_allocator_v1() function in boost::interprocess::test::heap_allocator_v1
149 bool operator==(const heap_allocator_v1<T , SegmentManager> &alloc1, in operator ==()
150 const heap_allocator_v1<T, SegmentManager> &alloc2) in operator ==()
[all …]
Dstable_vector_test.cpp33 … typedef test::heap_allocator_v1<int, managed_shared_memory::segment_manager> ShmemHeapV1Allocator; in main()