Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/internal/mimalloc/
Dmimalloc.h458 template<class T> struct mi_stl_allocator : public _mi_stl_allocator_common<T> { struct
462 template <class U> struct rebind { typedef mi_stl_allocator<U> other; }; argument
466 template<class U> mi_stl_allocator(const mi_stl_allocator<U>&) mi_attr_noexcept { } in mi_stl_allocator() argument
467 mi_stl_allocator select_on_container_copy_construction() const { return *this; } in select_on_container_copy_construction() argument
482 template<class T1,class T2> bool operator==(const mi_stl_allocator<T1>& , const mi_stl_allocator<T2… argument