Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/internal/mimalloc/
Dmimalloc.h492 template<class T, bool _mi_destroy> struct _mi_heap_stl_allocator_common : public _mi_stl_allocator… struct
497_mi_heap_stl_allocator_common(mi_heap_t* hp) : heap(hp) { } /* will not delete nor destroy the … in _mi_heap_stl_allocator_common() argument
511 …template<class U> bool is_equal(const _mi_heap_stl_allocator_common<U, _mi_destroy>& x) const { re… in is_equal() argument
517 _mi_heap_stl_allocator_common() { in _mi_heap_stl_allocator_common() argument
521_mi_heap_stl_allocator_common(const _mi_heap_stl_allocator_common& x) mi_attr_noexcept : heap(x.he… in _mi_heap_stl_allocator_common() argument
522 …template<class U> _mi_heap_stl_allocator_common(const _mi_heap_stl_allocator_common<U, _mi_destroy… in _mi_heap_stl_allocator_common() argument
530 template<class T> struct mi_heap_stl_allocator : public _mi_heap_stl_allocator_common<T, false> { argument