Searched defs:_mi_heap_stl_allocator_common (Results 1 – 1 of 1) sorted by relevance
492 template<class T, bool _mi_destroy> struct _mi_heap_stl_allocator_common : public _mi_stl_allocator… struct497 …_mi_heap_stl_allocator_common(mi_heap_t* hp) : heap(hp) { } /* will not delete nor destroy the … in _mi_heap_stl_allocator_common() argument511 …template<class U> bool is_equal(const _mi_heap_stl_allocator_common<U, _mi_destroy>& x) const { re… in is_equal() argument517 _mi_heap_stl_allocator_common() { in _mi_heap_stl_allocator_common() argument521 …_mi_heap_stl_allocator_common(const _mi_heap_stl_allocator_common& x) mi_attr_noexcept : heap(x.he… in _mi_heap_stl_allocator_common() argument522 …template<class U> _mi_heap_stl_allocator_common(const _mi_heap_stl_allocator_common<U, _mi_destroy… in _mi_heap_stl_allocator_common() argument530 template<class T> struct mi_heap_stl_allocator : public _mi_heap_stl_allocator_common<T, false> { argument