Searched refs:heap_allocator_v1 (Results 1 – 2 of 2) sorted by relevance
43 class heap_allocator_v1 class46 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_v1104 heap_allocator_v1(const heap_allocator_v1 &other) in heap_allocator_v1() function in boost::interprocess::test::heap_allocator_v1109 heap_allocator_v1(const heap_allocator_v1<T2, SegmentManager> &other) in heap_allocator_v1() function in boost::interprocess::test::heap_allocator_v1149 bool operator==(const heap_allocator_v1<T , SegmentManager> &alloc1, in operator ==()150 const heap_allocator_v1<T, SegmentManager> &alloc2) in operator ==()[all …]
33 … typedef test::heap_allocator_v1<int, managed_shared_memory::segment_manager> ShmemHeapV1Allocator; in main()