Searched refs:mi_heap_destroy_stl_allocator (Results 1 – 1 of 1) sorted by relevance
547 template<class T> struct mi_heap_destroy_stl_allocator : public _mi_heap_stl_allocator_common<T, tr… struct549 …mi_heap_destroy_stl_allocator() : _mi_heap_stl_allocator_common<T, true>() { } // creates fresh he… in mi_heap_destroy_stl_allocator() argument550 …mi_heap_destroy_stl_allocator(mi_heap_t* hp) : _mi_heap_stl_allocator_common<T, true>(hp) { } // … in mi_heap_destroy_stl_allocator() function551 …template<class U> mi_heap_destroy_stl_allocator(const mi_heap_destroy_stl_allocator<U>& x) mi_attr… in mi_heap_destroy_stl_allocator() function553 mi_heap_destroy_stl_allocator select_on_container_copy_construction() const { return *this; } in select_on_container_copy_construction() argument555 template<class U> struct rebind { typedef mi_heap_destroy_stl_allocator<U> other; }; argument558 …ass T1, class T2> bool operator==(const mi_heap_destroy_stl_allocator<T1>& x, const mi_heap_destro…559 …ass T1, class T2> bool operator!=(const mi_heap_destroy_stl_allocator<T1>& x, const mi_heap_destro…