HomeSort by relevance Sort by last modified time
    Searched refs:_M_allocator (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 77 _Alloc _M_allocator;
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 79 _Alloc _M_allocator;
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
117 _M_allocator.deallocate(__real_p, __n + _M_extra);
throw_allocator.h 615 std::allocator<value_type> _M_allocator;
622 { return _M_allocator.max_size(); }
637 pointer const a = _M_allocator.allocate(__n, hint);
644 { return _M_allocator.construct(__p, val); }
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
655 { _M_allocator.destroy(__p); }
661 _M_allocator.deallocate(__p, __n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 79 _Alloc _M_allocator;
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
117 _M_allocator.deallocate(__real_p, __n + _M_extra);
throw_allocator.h 615 std::allocator<value_type> _M_allocator;
622 { return _M_allocator.max_size(); }
637 pointer const a = _M_allocator.allocate(__n, hint);
644 { return _M_allocator.construct(__p, val); }
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
655 { _M_allocator.destroy(__p); }
661 _M_allocator.deallocate(__p, __n);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 77 _Alloc _M_allocator;
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 77 _Alloc _M_allocator;
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 77 _Alloc _M_allocator;
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
debug_allocator.h 77 _Alloc _M_allocator;
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
debug_allocator.h 79 _Alloc _M_allocator;
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
117 _M_allocator.deallocate(__real_p, __n + _M_extra);
throw_allocator.h 615 std::allocator<value_type> _M_allocator;
622 { return _M_allocator.max_size(); }
637 pointer const a = _M_allocator.allocate(__n, hint);
644 { return _M_allocator.construct(__p, val); }
650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
655 { _M_allocator.destroy(__p); }
661 _M_allocator.deallocate(__p, __n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h 79 _Alloc _M_allocator;
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
117 _M_allocator.deallocate(__real_p, __n + _M_extra);
throw_allocator.h 615 std::allocator<value_type> _M_allocator;
622 { return _M_allocator.max_size(); }
639 pointer const a = _M_allocator.allocate(__n, hint);
648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
653 { _M_allocator.destroy(__p); }
657 { return _M_allocator.construct(__p, val); }
661 { _M_allocator.destroy(__p); }
668 _M_allocator.deallocate(__p, __n);

Completed in 250 milliseconds