Searched defs:mi_heap_stl_allocator (Results 1 – 1 of 1) sorted by relevance
530 template<class T> struct mi_heap_stl_allocator : public _mi_heap_stl_allocator_common<T, false> { struct532 …mi_heap_stl_allocator() : _mi_heap_stl_allocator_common<T, false>() { } // creates fresh heap that… in mi_heap_stl_allocator() argument533 …mi_heap_stl_allocator(mi_heap_t* hp) : _mi_heap_stl_allocator_common<T, false>(hp) { } // no dele… in mi_heap_stl_allocator() argument534 …template<class U> mi_heap_stl_allocator(const mi_heap_stl_allocator<U>& x) mi_attr_noexcept : _mi_… in mi_heap_stl_allocator() function536 mi_heap_stl_allocator select_on_container_copy_construction() const { return *this; } in select_on_container_copy_construction() argument538 template<class U> struct rebind { typedef mi_heap_stl_allocator<U> other; }; argument