Home
last modified time | relevance | path

Searched defs:mi_heap_destroy_stl_allocator (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/mimalloc/
Dmimalloc.h547 template<class T> struct mi_heap_destroy_stl_allocator : public _mi_heap_stl_allocator_common<T, tr… struct
549mi_heap_destroy_stl_allocator() : _mi_heap_stl_allocator_common<T, true>() { } // creates fresh he… in mi_heap_destroy_stl_allocator() function
550mi_heap_destroy_stl_allocator(mi_heap_t* hp) : _mi_heap_stl_allocator_common<T, true>(hp) { } // … in mi_heap_destroy_stl_allocator() function
551 …template<class U> mi_heap_destroy_stl_allocator(const mi_heap_destroy_stl_allocator<U>& x) mi_attr… in mi_heap_destroy_stl_allocator() function
553 mi_heap_destroy_stl_allocator select_on_container_copy_construction() const { return *this; } in select_on_container_copy_construction() argument
555 template<class U> struct rebind { typedef mi_heap_destroy_stl_allocator<U> other; }; argument