Searched refs:get_allocator (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp51 static AsanAllocator &get_allocator();
119 get_allocator().GetMetaData(AllocBeg(locked_version)));
124 return get_allocator().GetBlockBeginFastLocked(
126 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
164 get_allocator().Deallocate(cache_, p);
168 void *res = get_allocator().Allocate(cache_, size, 1);
176 get_allocator().Deallocate(cache_, p);
637 !get_allocator().PointerIsMine(ptr)) {
811 static AsanAllocator &get_allocator() { function in namespace:__asan
1013 __asan::get_allocator()
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h350 _Destroy(__cstr, __cstr + __size, get_allocator());
445 __r->get_allocator());
450 __r->get_allocator());
501 get_allocator());
543 __r->get_allocator());
573 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator());
597 __r->get_allocator());
639 __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen, __r->get_allocator());
778 __base->get_allocator());
785 get_allocator());
[all...]
H A Dhashtable.h285 get_allocator() const function in class:hashtable
341 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
343 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
609 this->get_allocator().construct(&__n->_M_val, __obj);
622 this->get_allocator().destroy(&__n->_M_val);
998 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
H A Dvstring.h1274 get_allocator() const function in class:__versa_string
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_multimap.h150 // (get_allocator() is also listed in this section)
233 get_allocator() const function in class:multimap
234 { return _M_t.get_allocator(); }
H A Dstl_multiset.h212 get_allocator() const function in class:multiset
213 { return _M_t.get_allocator(); }
H A Dstl_set.h222 get_allocator() const function in class:set
223 { return _M_t.get_allocator(); }
H A Dstl_list.h295 // get_allocator, where we use conversions between
343 get_allocator() const function in class:_List_base
475 // (assign() and get_allocator() are also listed in this section)
584 get_allocator() const function in class:list
585 { return _Base::get_allocator(); }
H A Dstl_map.h152 // (get_allocator() is normally listed in this section, but seems to have
234 get_allocator() const function in class:map
235 { return _M_t.get_allocator(); }
H A Dstl_vector.h109 get_allocator() const function in struct:_Vector_base
204 // (assign() and get_allocator() are also listed in this section)
332 using _Base::get_allocator;
H A Dstl_bvector.h410 get_allocator() const function in struct:_Bvector_base
483 allocator_type get_allocator() const function in class:vector
484 { return _Base::get_allocator(); }
H A Dstl_deque.h377 get_allocator() const function in class:_Deque_base
687 // (assign() and get_allocator() are also listed in this section)
802 get_allocator() const function in class:deque
803 { return _Base::get_allocator(); }
H A Dstl_tree.h363 get_allocator() const function in class:_Rb_tree
380 { get_allocator().construct(&__tmp->_M_value_field, __x); }
402 get_allocator().destroy(&__p->_M_value_field);
670 { return get_allocator().max_size(); }
H A Dbasic_string.h493 { _M_rep()->_M_dispose(this->get_allocator()); }
1549 get_allocator() const function in class:basic_string
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h82 using _Base::get_allocator;
H A Dhash_multimap.h81 using _Base::get_allocator;
H A Dhash_multiset.h79 using _Base::get_allocator;
H A Dhash_set.h79 using _Base::get_allocator;
H A Dmultiset.h104 using _Base::get_allocator;
H A Dset.h104 using _Base::get_allocator;
H A Dmap.h105 // 133. map missing get_allocator()
106 using _Base::get_allocator;
H A Dmultimap.h104 using _Base::get_allocator;

Completed in 318 milliseconds