HomeSort by: relevance | last modified time | path
    Searched defs:get_allocator (Results 1 - 5 of 5) 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.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/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...]

Completed in 34 milliseconds