HomeSort by: relevance | last modified time | path
    Searched defs:get_allocator (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
hashtable.h 288 get_allocator() const function in class:hashtable
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
617 allocator_type __a = this->get_allocator();
631 allocator_type __a = this->get_allocator();
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable.h 255 get_allocator() const function in class:tr1::_Hashtable
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
hashtable.h 288 get_allocator() const function in class:hashtable
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
617 allocator_type __a = this->get_allocator();
631 allocator_type __a = this->get_allocator();
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable.h 255 get_allocator() const function in class:tr1::_Hashtable
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_bvector.h 601 get_allocator() const _GLIBCXX_NOEXCEPT
721 get_allocator() const function in class:vector
722 { return _Base::get_allocator(); }
784 if (__x.get_allocator() == __a)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_bvector.h 646 get_allocator() const _GLIBCXX_NOEXCEPT
766 get_allocator() const function in class:vector
767 { return _Base::get_allocator(); }
830 if (__x.get_allocator() == __a)
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 611 auto ba = Allocator(m_blocks.get_allocator());
633 auto ba = Allocator(m_blocks.get_allocator());
661 : segmented_vector(std::move(other), get_allocator()) {} function in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::segmented_vector
679 if (other.get_allocator() == get_allocator()) {
684 m_blocks = std::vector<pointer, vec_alloc>(vec_alloc(other.get_allocator()));
755 [[nodiscard]] auto get_allocator() const -> allocator_type {
756 return allocator_type{m_blocks.get_allocator()};
780 auto ba = Allocator(m_blocks.get_allocator());
961 auto ba = bucket_alloc(m_values.get_allocator());
1234 : table(std::move(other), other.m_values.get_allocator()) {} function in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::detail::table
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 52 static AsanAllocator &get_allocator();
120 get_allocator().GetMetaData(AllocBeg(locked_version)));
125 return get_allocator().GetBlockBeginFastLocked(
127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
165 get_allocator().Deallocate(cache_, p);
169 void *res = get_allocator().Allocate(cache_, size, 1);
177 get_allocator().Deallocate(cache_, p);
621 !get_allocator().PointerIsMine(ptr)) {
795 static AsanAllocator &get_allocator() { function in namespace:__asan
986 __asan::get_allocator().ForceLock()
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 52 static AsanAllocator &get_allocator();
200 void *p = get_allocator().GetBlockBegin(m);
222 get_allocator().Deallocate(cache_, p);
226 void *res = get_allocator().Allocate(cache_, size, 1);
234 get_allocator().Deallocate(cache_, p);
686 !get_allocator().PointerIsMine(ptr)) {
772 // get_allocator().Allocate(), or is being destroyed just before
773 // get_allocator().Deallocate().
867 static AsanAllocator &get_allocator() { function in namespace:__asan
1083 __asan::get_allocator().ForceLock()
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 54 static AsanAllocator &get_allocator();
224 void *p = get_allocator().GetBlockBegin(m);
228 if (get_allocator().FromPrimary(p)) {
251 get_allocator().Deallocate(cache_, p);
257 if (get_allocator().FromPrimary(m)) {
265 void *res = get_allocator().Allocate(cache_, size, 1);
272 void Deallocate(void *p) const { get_allocator().Deallocate(cache_, p); }
714 !get_allocator().PointerIsMine(ptr)) {
804 // get_allocator().Allocate(), or is being destroyed just before
805 // get_allocator().Deallocate()
903 static AsanAllocator &get_allocator() { function in namespace:__asan
    [all...]

Completed in 65 milliseconds