Searched refs:_M_alloc (Results 1 - 21 of 21) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h86 char* _M_alloc(size_t);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr_base.h1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dshared_ptr_base.h1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1015 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dshared_ptr_base.h1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1015 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dshared_ptr_base.h1001 _Alloc_traits::destroy(_M_alloc, __ptr);
1002 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1028 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dshared_ptr_base.h1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1015 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dshared_ptr_base.h1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1015 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dshared_ptr_base.h1001 _Alloc_traits::destroy(_M_alloc, __ptr);
1002 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1004 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1028 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dshared_ptr_base.h1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
1015 _Alloc _M_alloc; member in struct:__shared_ptr::_Deleter
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);

Completed in 2589 milliseconds