OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_s_allocate
(Results
1 - 9
of
9
) sorted by null
/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
Completed in 213 milliseconds