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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
366 { return _S_allocate(__a, __n, __hint); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
366 { return _S_allocate(__a, __n, __hint); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 225 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
231 _S_allocate(_Alloc2& __a, size_type __n, ...)
364 { return _S_allocate(__a, __n, __hint); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 225 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
231 _S_allocate(_Alloc2& __a, size_type __n, ...)
364 { return _S_allocate(__a, __n, __hint); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
366 { return _S_allocate(__a, __n, __hint); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 223 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 _S_allocate(_Alloc2& __a, size_type __n, _UnusedHint)
372 { return _S_allocate(__a, __n, __hint); }

Completed in 350 milliseconds